freebsd-dev/share/mklocale
Andrey A. Chernov 9f3567f81f Add et_EE
2001-03-16 12:33:50 +00:00
..
el_GR.ISO8859-7.src Add Greek support 2001-01-17 13:30:16 +00:00
el_GR.ISO_8859-7.src Add Greek support 2001-01-17 13:30:16 +00:00
ja_JP.EUC.src
ja_JP.eucJP.src
ja_JP.SJIS.src Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp> 1997-09-24 20:38:12 +00:00
ko_KR.EUC.src Add fake codesets 3 & 4 1997-03-25 16:03:16 +00:00
ko_KR.eucKR.src Add fake codesets 3 & 4 1997-03-25 16:03:16 +00:00
la_LN.ASCII.src
la_LN.ISO8859-1.src
la_LN.ISO8859-2.src $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
la_LN.ISO8859-4.src Add 8859-4 and lt_LT 1999-12-24 05:30:52 +00:00
la_LN.ISO8859-15.src Added support for DIS 8859-15 based locales using patch 1998-12-14 02:59:15 +00:00
la_LN.ISO_8859-1.src
la_LN.ISO_8859-2.src $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
la_LN.ISO_8859-4.src Add 8859-4 and lt_LT 1999-12-24 05:30:52 +00:00
la_LN.ISO_8859-15.src Added support for DIS 8859-15 based locales using patch 1998-12-14 02:59:15 +00:00
la_LN.US-ASCII.src
Makefile Add et_EE 2001-03-16 12:33:50 +00:00
README.locale_name
ru_RU.CP866.src Get rid of deprecated ru_SU.* locales. ru_RU.* will be used instead. 2000-12-29 14:58:35 +00:00
ru_RU.ISO8859-5.src ISO8859-5 locale 1999-10-03 00:56:29 +00:00
ru_RU.ISO_8859-5.src ISO8859-5 locale 1999-10-03 00:56:29 +00:00
ru_RU.KOI8-R.src Get rid of deprecated ru_SU.* locales. ru_RU.* will be used instead. 2000-12-29 14:58:35 +00:00
uk_UA.KOI8-U.src Correct uk_UA.KOI8-U locale ALPHAs specification 2000-04-23 15:07:51 +00:00
zh_CN.EUC.src $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
zh_CN.eucCN.src $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
zh_TW.Big5.src Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5. 1999-06-08 02:25:19 +00:00

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>      ::= "EUC", "KOI8-R", ...