Module Name:    src
Committed By:   tnozaki
Date:           Wed Aug  8 18:40:37 UTC 2012

Modified Files:
        src/share/locale/ctype: en_US.UTF-8.src

Log Message:
fix PR lib/46772 wcwidth of combining characters.
patch probyted by yamt@, thanks.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/locale/ctype/en_US.UTF-8.src

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/locale/ctype/en_US.UTF-8.src
diff -u src/share/locale/ctype/en_US.UTF-8.src:1.4 src/share/locale/ctype/en_US.UTF-8.src:1.5
--- src/share/locale/ctype/en_US.UTF-8.src:1.4	Thu Feb 10 18:12:42 2005
+++ src/share/locale/ctype/en_US.UTF-8.src	Wed Aug  8 18:40:37 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: en_US.UTF-8.src,v 1.4 2005/02/10 18:12:42 tnozaki Exp $	*/
+/*	$NetBSD: en_US.UTF-8.src,v 1.5 2012/08/08 18:40:37 tnozaki Exp $	*/
 /*	$FreeBSD: /repoman/r/ncvs/src/share/mklocale/UTF-8.src,v 1.1 2004/03/27 08:14:14 tjr Exp $	*/
 
 /*
@@ -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 >
 

Reply via email to