Source-Changes-HG archive

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

[src/trunk]: src/share/locale/ctype fix PR lib/46772 wcwidth of combining cha...



details:   https://anonhg.NetBSD.org/src/rev/4f7fc94eb93a
branches:  trunk
changeset: 780833:4f7fc94eb93a
user:      tnozaki <tnozaki%NetBSD.org@localhost>
date:      Wed Aug 08 18:40:37 2012 +0000

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

diffstat:

 share/locale/ctype/en_US.UTF-8.src |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1a5f0cdbb859 -r 4f7fc94eb93a share/locale/ctype/en_US.UTF-8.src
--- a/share/locale/ctype/en_US.UTF-8.src        Wed Aug 08 18:37:51 2012 +0000
+++ b/share/locale/ctype/en_US.UTF-8.src        Wed Aug 08 18:40:37 2012 +0000
@@ -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 @@
 
 GRAPH     0x0300 - 0x034f  0x0360 - 0x036f
 PRINT     0x0300 - 0x034f  0x0360 - 0x036f
-SWIDTH1   0x0300 - 0x034f  0x0360 - 0x036f
+SWIDTH0   0x0300 - 0x034f  0x0360 - 0x036f
 
 MAPUPPER  < 0x0345 0x0399 >
 



Home | Main Index | Thread Index | Old Index