freebsd_amp_hwpstate/share/mklocale
Andrey A. Chernov c80ae0acef Add sk_SK
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
2001-05-13 16:13:49 +00:00
..
Makefile Add sk_SK 2001-05-13 16:13:49 +00:00
README.locale_name
el_GR.ISO8859-7.src
el_GR.ISO_8859-7.src
ja_JP.EUC.src
ja_JP.SJIS.src
ja_JP.eucJP.src
ko_KR.EUC.src
ko_KR.eucKR.src
la_LN.ASCII.src
la_LN.ISO8859-1.src
la_LN.ISO8859-2.src
la_LN.ISO8859-4.src
la_LN.ISO8859-15.src
la_LN.ISO_8859-1.src
la_LN.ISO_8859-2.src
la_LN.ISO_8859-4.src
la_LN.ISO_8859-15.src
la_LN.US-ASCII.src
ru_RU.CP866.src
ru_RU.ISO8859-5.src
ru_RU.ISO_8859-5.src
ru_RU.KOI8-R.src
uk_UA.KOI8-U.src
zh_CN.EUC.src
zh_CN.eucCN.src
zh_TW.Big5.src

README.locale_name

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", ...