freebsd-dev/share/mklocale
Ruslan Ermilov 08f8440ba4 New Ukrainian locale: uk_UA.CP1251.
Submitted by:	Alexander Peresunko
2005-03-04 14:24:30 +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 Add be_BY.* 2003-12-20 11:18:43 +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
ja_JP.SJIS.src
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
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 Add lt_LT.ISO8859-13 2002-10-25 22:02:10 +00:00
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 Add UTF-8 versions of all the currently supported system locales. Most of 2004-03-27 08:14:15 +00:00
zh_CN.eucCN.src
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 Add zh_CN.GBK 2003-06-01 15:51:27 +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

$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