freebsd-dev/share/mklocale
Simon J. Gerraty ccfb965433 Add META_MODE support.
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.

Still need to add real targets under targets/ to build packages.

Differential Revision:       D2796
Reviewed by: brooks imp
2015-06-13 19:20:56 +00:00
..
am_ET.UTF-8.src
be_BY.CP1131.src
bg_BG.CP1251.src Fix 0x8b and 0x9b upper/lower mapping 2002-03-28 01:13:04 +00:00
el_GR.ISO8859-7.src
hi_IN.ISCII-DEV.src Properly classify 0x80 - 0xa0 range 2001-11-30 07:19:21 +00:00
hy_AM.ARMSCII-8.src Add ARMSCSII-8 locale 2003-07-05 12:03:16 +00:00
ja_JP.eucJP.src Fix printing of some wide-characters by iswprint() on ja_JP.eucJP 2009-06-12 23:15:36 +00:00
ja_JP.SJIS.src Fix printing of some wide-characters by iswprint() on ja_JP.eucJP 2009-06-12 23:15:36 +00:00
kk_KZ.PT154.src
ko_KR.CP949.src
ko_KR.eucKR.src
la_LN.ISO8859-1.src Cleanup: cosmetique, standards conformance, BLANK/SPACE/GRAPH relation 2001-11-30 05:05:53 +00:00
la_LN.ISO8859-2.src
la_LN.ISO8859-4.src
la_LN.ISO8859-13.src Add lv_LV, move lt_LT to common part 2009-09-03 17:12:45 +00:00
la_LN.ISO8859-15.src
la_LN.US-ASCII.src "NONE" -> "ASCII" encoding 2008-01-23 04:25:10 +00:00
Makefile Ensure SYMLINKS fully specified 2015-06-11 21:09:03 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
README.locale_name
ru_RU.CP866.src Cleanup: cosmetique, standards conformance, BLANK/SPACE/GRAPH relation 2001-11-30 05:05:53 +00:00
ru_RU.ISO8859-5.src
ru_RU.KOI8-R.src
tr_TR.ISO8859-9.src Implement Turkish locale 2007-12-25 20:30:36 +00:00
uk_UA.KOI8-U.src
UTF-8.src
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 Fix ascii compatibility 2003-08-21 19:23:15 +00:00
zh_CN.GBK.src
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