summaryrefslogtreecommitdiffstats
path: root/share/mklocale
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix codesache2001-12-201-151/+19
|
* Fix codesache2001-12-201-44/+46
| | | | | PR: 33031 Submitted by: Statue <statue@softwareliberty.org>
* Properly classify 0x80 - 0xa0 rangeache2001-11-301-5/+5
|
* Add 0x98 to CONTROL sectionache2001-11-301-1/+1
|
* Start every data line with keywordache2001-11-301-8/+8
|
* Cleanup: cosmetique, standards conformance, BLANK/SPACE/GRAPH relationache2001-11-3015-110/+155
|
* Clean DIGIT/XDIGIT sectionsache2001-11-308-16/+25
|
* Back out national digits support, POSIX explicetely disallows it:ache2001-11-291-2/+2
| | | | | | | | | | | The definition of character class digit requires that only ten characters -the ones defining digits- can be specified; alternate digits (for example, Hindi or Kanji) cannot be specified here. However, the encoding may vary if an implementation supports more than one encoding. The definition of character class xdigit requires that the characters included in character class digit are included here also and allows for different symbols for the hexadecimal digits 10 through 15.
* Add hi_IN.ISCII-DEVache2001-11-282-0/+35
|
* Fix upper/lower mappingache2001-11-201-3/+3
| | | | | PR: 32133 Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
* Add bg_BG.CP1251ache2001-11-052-1/+39
| | | | | PR: 25472 Submitted by: Peter Pentchev <roam@ringlet.net>
* Fix encoding infoache2001-06-101-1/+3
|
* Add more *.US-ASCII familyache2001-06-101-1/+5
|
* Fix ISO_ sneakedache2001-06-101-4/+4
|
* Switch to new locale namesache2001-06-1011-972/+19
|
* Add sk_SKache2001-05-131-1/+1
| | | | | | | | PR: Submitted by: Reviewed by: Approved by: Obtained from:
* Don't link et_EE with 8859-1ache2001-03-171-2/+4
|
* Add et_EEache2001-03-161-1/+1
|
* DIS_8859-15 -> ISO_8859-15 renameache2001-03-162-50/+3
|
* Add Greek supportache2001-01-173-1/+104
| | | | | PR: 24324 Submitted by: past@netmode.ntua.gr
* Get rid of deprecated ru_SU.* locales. ru_RU.* will be used instead.phantom2000-12-296-270/+7
|
* Correct uk_UA.KOI8-U locale ALPHAs specificationphantom2000-04-231-1/+1
| | | | | Submitted by: Vadim Chekan <vadim@etc.lviv.ua> (PR: conf/17826) Submitted by: <matey@cis.ohio-state.edu> via ache
* Fix cut&paste errorache1999-12-241-2/+2
|
* Add 8859-4 and lt_LTache1999-12-243-0/+165
| | | | Submitted by: Ricardas Cepas <rch@writeme.com>
* lt_LN->la_LNache1999-12-225-200/+7
|
* Add cs_CZache1999-12-211-1/+1
| | | | Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
* add uk_UA.KOI8-Uache1999-10-182-0/+58
| | | | Submitted by: Alexey Zelkin <phantom@cris.net>
* restore 8859-5, remove BUILD_TOOLS defineache1999-10-171-4/+1
|
* sync with earlier change removing broken locale.jkh1999-10-161-1/+0
|
* ISO8859-5 localeache1999-10-034-0/+559
| | | | Submitted by: Nikolai Saoukh <nms@ethereal.ru>
* $Id$ -> $FreeBSD$peter1999-08-286-6/+6
|
* Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.foxfair1999-06-082-2/+197
| | | | | | | It makes compatible with IANA charset defination, and let existent I18N app happier. Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets>
* Support the IANA definition of Shift Jis nameley ja_JP.Shift_JISjulian1999-06-051-1/+3
| | | | as well as the X11 version ja_JP.SJIS
* Added support for DIS 8859-15 based locales using patchdillon1998-12-145-1/+194
| | | | | | from Kaleb. Obtained from: Kaleb Keithley <kaleb@ics.com>
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.phk1998-08-151-2/+3
| | | | | | | | | | | the diff is attached below. This is done on the 3.0 source-tree. I have test this on 2.2-stable before, but I don't have a 3.0 machine right now. This patch is mainly to make libc support BIG5 encoding, thus add zh_TW.BIG5 locale to 3.0. Submitted by: Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
* Remove half the file, somehow it got doubled...phk1998-08-152-336/+2
|
* I have been running with these locale data for a while now andphk1998-08-103-2/+671
| | | | | | | | | I hope some other people might find them useful. They are for zh_CN.EUC (GB) only. I'm not familiar with the BIG5 encoding, so I could only hope someone else would fill the gap. PR: 7310 Submitted by: Luoqi Chen <luoqi@chen.ml.org>
* add Hungarian ctypeache1998-08-071-2/+2
|
* Use the installed version of mklocale for `make all'. It is nowbde1998-07-071-8/+6
| | | | | | | | | | bootstrapped by `make world'. The version just built in ".." normally won't work if the target system is not binary compatible. Don't build or install anything if _BUILD_TOOLS is defined. Then we only want to build and install the mklocale binary, but the layout of the mklocale tree forces recursing to mklocale/data for at least the obj target even when _BUILD_TOOLS is defined.
* Add Slovene linkache1997-11-071-2/+2
|
* Add link to Polish localeache1997-11-071-2/+2
|
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>julian1997-09-242-1/+277
| | | | | Basic support for the Shift JIS encoding of japanese. (and one tiny typo fixed in a comment)
* Fixed bogus existence check related to searching for a nearby obj directory.bde1997-04-101-2/+2
| | | | Now the search is as incomplete as elsewhere instead of broken.
* Add fake codesets 3 & 4ache1997-03-252-30/+46
| | | | Submitted by: junker@jazz.snu.ac.kr
* Update Korean localeache1997-03-132-36/+30
| | | | Should go into 2.2
* minor nitadam1997-02-281-3/+3
|
* Add lt_LN.ISO_8859-2.src.wosch1997-02-284-10/+260
| | | | | | Use '.for' loop from make(1), not sh(1) 'for' loops. Submitted by: Slaven ReziƦ (TomiƦ) <eserte@cs.tu-berlin.de>
* Add Korean CTYPE localeache1997-02-223-2/+231
| | | | Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
OpenPOWER on IntegriCloud