NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lib/46772: wcwidth of combining characters



>Number:         46772
>Category:       lib
>Synopsis:       wcwidth of combining characters
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    lib-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 06 06:35:00 +0000 2012
>Originator:     YAMAMOTO Takashi
>Release:        NetBSD current
>Organization:
        
>Environment:
        
>Description:
        zsh's configure script expects wcwidth(U+0301) == 0.
        linux and solaris seems to agree it should be 0.
        ours returns 1.
>How-To-Repeat:
        
>Fix:
        
Index: en_US.UTF-8.src
===================================================================
RCS file: /cvsroot/src/share/locale/ctype/en_US.UTF-8.src,v
retrieving revision 1.4
diff -u -p -r1.4 en_US.UTF-8.src
--- en_US.UTF-8.src     10 Feb 2005 18:12:42 -0000      1.4
+++ en_US.UTF-8.src     6 Aug 2012 06:33:09 -0000
@@ -493,7 +493,7 @@ SWIDTH1   0x02b0 - 0x02ee
 
 GRAPH     0x0300 - 0x034f  0x0360 - 0x036f
 PRINT     0x0300 - 0x034f  0x0360 - 0x036f
-SWIDTH1   0x0300 - 0x034f  0x0360 - 0x036f
+SWIDTH0   0x0300 - 0x034f  0x0360 - 0x036f
 
 MAPUPPER  < 0x0345 0x0399 >
 

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index