summaryrefslogtreecommitdiffstats
path: root/share/mklocale
Commit message (Collapse)AuthorAgeFilesLines
* Add ca_ES localeache2002-12-301-3/+3
| | | | | PR: 45874 Submitted by: Joan Picanyol i Puig <joan-dev@biaix.org>
* Add lt_LT.ISO8859-13ache2002-10-252-0/+50
| | | | | PR: 44268 Submitted by: Kestutis Paulikas <kestas@elen.ktu.lt>
* Add sr_YU localesache2002-10-191-2/+2
| | | | Submitted by: Toni Andjelkovic <toni@soth.at>
* Add LC_CTYPE information for characters with lead bytes ED, EE, FA, FB, FC.tjr2002-10-141-0/+13
|
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* Recognize 0xbe as an uppercase character.tobez2002-06-031-1/+1
| | | | Approved by: ache
* Link tr_TR.ISO8859-9's LC_CTYPE to UA-ASCII's. It's not completely correct,phantom2002-04-051-0/+2
| | | | but better than nothing.
* Add pt_BR.ISO8859-1 (Brazilian Portuguese) localephantom2002-04-051-2/+3
| | | | Submitted (partly) by: dcs
* Fix 0x8b and 0x9b upper/lower mappingache2002-03-281-4/+8
|
* Add ro_ROache2002-01-081-1/+1
| | | | | PR: 33343 Submitted by: Adrian Penisoara <ady@warpnet.ro>
* Optimize locale data Makefiles as well as make their style more consistent.phantom2001-12-251-18/+12
|
* Add uk_UA.ISO8859-5 localeache2001-12-201-0/+6
| | | | | PR: 32450 Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
* 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
|
OpenPOWER on IntegriCloud