Add locale and character set descriptions. This differs from the
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 11 Mar 2005 15:57:42 +0000 (15:57 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 11 Mar 2005 15:57:42 +0000 (15:57 +0000)
commit6647274266eb44317cf8ca03673c8e0ad5e2f4ea
tree2da48d86d53d8913777bb6667cfcf8bcb5dfa677
parenteef00fd9f632446a0dc0861d5369339143d866c2
Add locale and character set descriptions. This differs from the
NetBSD version in that Latin charset always include TAB in the BLANK
specification, just like ASCII does. It should be checked wether ASCII
should be a full subset of all this extended character sets, which it
normally is supposed to be.

Obtained-from: NetBSD
43 files changed:
share/locale/Makefile [new file with mode: 0644]
share/locale/ctype/bg_BG.CP1251.src [new file with mode: 0644]
share/locale/ctype/charset/ASCII [new file with mode: 0644]
share/locale/ctype/charset/GB2312 [new file with mode: 0644]
share/locale/ctype/charset/JISX0201-left [new file with mode: 0644]
share/locale/ctype/charset/JISX0201-right [new file with mode: 0644]
share/locale/ctype/charset/JISX0208-1978 [new file with mode: 0644]
share/locale/ctype/charset/JISX0208-1983 [new file with mode: 0644]
share/locale/ctype/charset/KSC5601 [new file with mode: 0644]
share/locale/ctype/charset/Latin-1 [new file with mode: 0644]
share/locale/ctype/charset/Latin-2 [new file with mode: 0644]
share/locale/ctype/charset/Latin-3 [new file with mode: 0644]
share/locale/ctype/charset/Latin-4 [new file with mode: 0644]
share/locale/ctype/charset/Latin-5 [new file with mode: 0644]
share/locale/ctype/charset/Latin-6 [new file with mode: 0644]
share/locale/ctype/charset/Latin-6+ [new file with mode: 0644]
share/locale/ctype/charset/Latin-Cyrillic [new file with mode: 0644]
share/locale/ctype/charset/Latin-Greek [new file with mode: 0644]
share/locale/ctype/charset/Latin-Hebrew [new file with mode: 0644]
share/locale/ctype/el_GR.ISO8859-7.src [new file with mode: 0644]
share/locale/ctype/en_US.ASCII.src [new file with mode: 0644]
share/locale/ctype/en_US.DIS_8859-15.src [new file with mode: 0644]
share/locale/ctype/en_US.ISO_8859-1.src [new file with mode: 0644]
share/locale/ctype/en_US.ISO_8859-2.src [new file with mode: 0644]
share/locale/ctype/en_US.ISO_8859-4.src [new file with mode: 0644]
share/locale/ctype/en_US.UTF-8.src [new file with mode: 0644]
share/locale/ctype/hy_AM.ARMSCII-8.src [new file with mode: 0644]
share/locale/ctype/ja_JP.CTEXT.src [new file with mode: 0644]
share/locale/ctype/ja_JP.ISO-2022-JP-2.src [new file with mode: 0644]
share/locale/ctype/ja_JP.ISO-2022-JP.src [new file with mode: 0644]
share/locale/ctype/ja_JP.SJIS.src [new file with mode: 0644]
share/locale/ctype/ja_JP.eucJP.src [new file with mode: 0644]
share/locale/ctype/ko_KR.eucKR.src [new file with mode: 0644]
share/locale/ctype/lt_LT.ISO8859-13.src [new file with mode: 0644]
share/locale/ctype/ru_RU.CP866.src [new file with mode: 0644]
share/locale/ctype/ru_RU.ISO_8859-5.src [new file with mode: 0644]
share/locale/ctype/ru_RU.KOI8-R.src [new file with mode: 0644]
share/locale/ctype/uk_UA.KOI8-U.src [new file with mode: 0644]
share/locale/ctype/zh_CN.GB18030.src [new file with mode: 0644]
share/locale/ctype/zh_CN.eucCN.src [new file with mode: 0644]
share/locale/ctype/zh_TW.BIG5.src [new file with mode: 0644]
share/locale/ctype/zh_TW.eucTW.src [new file with mode: 0644]
share/locale/locale.alias [new file with mode: 0644]