freebsd-dev/share/mklocale
Joseph Koshy d1d56560e8 - Use SWIDTH0 for combining characters. [1]
- Unicode 4.1 related changes:
  - Add definitions for a new range of code points
    U+1DC0..U+1DFF "Combining Diacritical Marks Supplement".
  - Add U+04F6 and U+04F7 to the Cyrillic range.
  - Mark U+034F "Combining Grapheme Joiner" as non-printable.
  - Add new combining characters in the range U+0350..U+035F
    to the section "Combining Diacritical Marks".

PR:		misc/100212 [1]
Submitted by:	"J.R. Oldroyd" <<fbsd AT opal.com>>
Reviewed by:	"J.R. Oldroyd" <<fbsd AT opal.com>> (revised patch)
2006-07-28 06:10:33 +00:00
..
am_ET.UTF-8.src DIGIT can be only 0-9 according to POSIX 2003-08-05 06:34:16 +00:00
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 Add ARMSCSII-8 locale 2003-07-05 12:03:16 +00:00
ja_JP.eucJP.src The wcwidth(3) should return 2 about characters in JISX0208 codeset. 2006-02-12 16:13:42 +00:00
ja_JP.SJIS.src Enable SWIDTH. 2006-02-12 17:56:16 +00:00
kk_KZ.PT154.src Add kk_KZ.PT154 2004-01-29 16:28:22 +00:00
ko_KR.CP949.src Fix comment 2003-08-08 14:02:20 +00:00
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
lt_LT.ISO8859-13.src
Makefile New Ukrainian locale: uk_UA.CP1251. 2005-03-04 14:24:30 +00:00
README.locale_name
ru_RU.CP866.src
ru_RU.ISO8859-5.src
ru_RU.KOI8-R.src
uk_UA.KOI8-U.src
UTF-8.src - Use SWIDTH0 for combining characters. [1] 2006-07-28 06:10:33 +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 Add GB2312 encoding file. 2003-11-05 22:54:54 +00:00
zh_CN.GB18030.src Fix ascii compatibility 2003-08-21 19:23:15 +00:00
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 Change encoding to GBK to get correct first byte range 2003-12-19 12:51:40 +00:00
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