cvs commit: src/share/mklocale ja_JP.SJIS.src ja_JP.eucJP.src

[ Available lists | Index of cvs-src-old | Month of Jun 2009 | Week of 12 Jun 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Edwin Groothuis <edwin@FreeBSD.org>
Date
12 Jun 2009 23:15:47
Subject
cvs commit: src/share/mklocale ja_JP.SJIS.src ja_JP.eucJP.src
Message-ID
200906122315.n5CNFlK7089109@repoman.freebsd.org


[ Hide this part ]
edwin       2009-06-12 23:15:36 UTC

FreeBSD src repository

Modified files:
share/mklocale ja_JP.SJIS.src ja_JP.eucJP.src
Log:
SVN rev 194085 on 2009-06-12 23:15:36Z by edwin

Fix printing of some wide-characters by iswprint() on ja_JP.eucJP
and ja_JP.SJIS locale

The iswprint() function does not return non-zero if used for
some wide-character that it code was 0x824f-0x8258 on ja_JP.SJIS
and 0xa3b0-0xa3b9 on ja_JP.eucJP locale. But those are right
Japanese wide-character code.

PR: conf/124511
Submitted by: Michihiro NAKAJIMA <ggcueroad@gmail.com>
MFC after: 1 week

Revision Changes Path
1.6 +1 -1 src/share/mklocale/ja_JP.SJIS.src
1.6 +1 -1 src/share/mklocale/ja_JP.eucJP.src


Elapsed time: 0.075 seconds