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
be_BY.CP1131.src
bg_BG.CP1251.src
el_GR.ISO8859-7.src
hi_IN.ISCII-DEV.src
hy_AM.ARMSCII-8.src
ja_JP.eucJP.src
ja_JP.SJIS.src
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
lt_LT.ISO8859-13.src
Makefile
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
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