freebsd-dev/share/mklocale
Edwin Groothuis 1dc0e27d12 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
2009-06-12 23:15:36 +00:00
..
am_ET.UTF-8.src
be_BY.CP1131.src Comments correction 2005-04-21 09:15:19 +00:00
bg_BG.CP1251.src
el_GR.ISO8859-7.src
hi_IN.ISCII-DEV.src
hy_AM.ARMSCII-8.src
ja_JP.eucJP.src Fix printing of some wide-characters by iswprint() on ja_JP.eucJP 2009-06-12 23:15:36 +00:00
ja_JP.SJIS.src Fix printing of some wide-characters by iswprint() on ja_JP.eucJP 2009-06-12 23:15:36 +00:00
kk_KZ.PT154.src
ko_KR.CP949.src
ko_KR.eucKR.src Add definitions of SWIDTH. It fixes the problem that tcsh 6.14 2006-02-25 17:12:43 +00:00
la_LN.ISO8859-1.src
la_LN.ISO8859-2.src
la_LN.ISO8859-4.src
la_LN.ISO8859-15.src
la_LN.US-ASCII.src "NONE" -> "ASCII" encoding 2008-01-23 04:25:10 +00:00
lt_LT.ISO8859-13.src
Makefile add ca_AD, ca_FR and ca_IT locales 2009-06-10 12:20:11 +00:00
README.locale_name
ru_RU.CP866.src
ru_RU.ISO8859-5.src
ru_RU.KOI8-R.src
tr_TR.ISO8859-9.src Implement Turkish locale 2007-12-25 20:30:36 +00:00
uk_UA.KOI8-U.src
UTF-8.src Add comment stating that UCS-4 really used here, not UTF-8 2007-10-14 02:18:52 +00:00
zh_CN.eucCN.src Add SWIDTH information for zh_CN.eucCN. 2006-02-27 06:11:58 +00:00
zh_CN.GB2312.src
zh_CN.GB18030.src
zh_CN.GBK.src Provide SWIDTH information so that applications like tcsh(1) can properly 2006-02-26 14:03:13 +00:00
zh_HK.Big5HKSCS.src
zh_TW.Big5.src Add SWIDTH to zh_TW.Big5 locale, to fix problem with tcsh(1) 2006-02-25 23:28:19 +00:00

$FreeBSD$

Locale name string format must be compliant with XPG3 and
using following format.
	<locale name>   ::= <language>_<territory>.<encoding>
	<language>      ::= based on ISO 639
	<territory>     ::= based on ISO 3166 (country code)
	<encoding>      ::= X11 codeset preferred