summaryrefslogtreecommitdiff
path: root/share/mklocale
Commit message (Collapse)AuthorAgeFilesLines
* MFC of 194085Edwin Groothuis2009-06-192-2/+2
| | | | | | | | | | | | | | | | Fix printing of some wide-characters by iswprint() on ja_JP.eucJP and ja_JP.SJIS locale The iswprint() function does not return non-zero if used for some wide-character that it code was 0x824f-0x8258 on ja_JP.SJIS and 0xa3b0-0xa3b9 on ja_JP.eucJP locale. But those are right Japanese wide-character code. PR: conf/124511 Submitted by: Michihiro NAKAJIMA <ggcueroad@gmail.com> Notes: svn path=/stable/7/; revision=194477
* MFC of 193908:Edwin Groothuis2009-06-171-3/+5
| | | | | | | | | | | | | | | | add ca_AD, ca_FR and ca_IT locales Catalan language is not only spoken in Spain (ca_ES), but also in Andorra, France and Italy. In Andorra it is the official language. (see http://en.wikipedia.org/wiki/Catalan_language#Geographic_distribution) PR: conf/92541 Submitted by: <rmh@io.debian.net> Notes: svn path=/stable/7/; revision=194323
* MFC ctype(3) fix for UTF-8 locale. See original commit log for details.Rong-En Fan2007-10-241-0/+3
| | | | | | | | | | | | PR: 116363 Reported by: Petr Hroudny <petr.hroudny at gmail.com> Patched by: ache Reviewed by: i18n@ Approved by: re (kensmith) OK-ed by: portmgr Notes: svn path=/stable/7/; revision=172929
* Use dummy definitions for codeset 3 and 4 like in ko_KR.eucKR.srcAndrey A. Chernov2007-05-091-6/+5
| | | | | | | | PR: 51085 Submitted by: Yamazaki Atsushi <ats@mbi.nifty.com> Notes: svn path=/head/; revision=169429
* Add locales for nb_NO and nn_NO.Dag-Erling Smørgrav2006-11-091-3/+2
| | | | | | | Reviewed by: philip Notes: svn path=/head/; revision=164131
* Add mn_MN.UTF-8Andrey A. Chernov2006-10-021-1/+2
| | | | Notes: svn path=/head/; revision=162939
* - Use SWIDTH0 for combining characters. [1]Joseph Koshy2006-07-281-15/+34
| | | | | | | | | | | | | | | | | - Unicode 4.1 related changes: - Add definitions for a new range of code points U+1DC0..U+1DFF "Combining Diacritical Marks Supplement". - Add U+04F6 and U+04F7 to the Cyrillic range. - Mark U+034F "Combining Grapheme Joiner" as non-printable. - Add new combining characters in the range U+0350..U+035F to the section "Combining Diacritical Marks". PR: misc/100212 [1] Submitted by: "J.R. Oldroyd" <<fbsd AT opal.com>> Reviewed by: "J.R. Oldroyd" <<fbsd AT opal.com>> (revised patch) Notes: svn path=/head/; revision=160774
* Add SWIDTH information for zh_CN.eucCN.Xin LI2006-02-271-0/+88
| | | | | | | | | Submitted by: ume Obtained from: NetBSD MFC Candidate. Notes: svn path=/head/; revision=156056
* Provide SWIDTH information so that applications like tcsh(1) can properlyXin LI2006-02-261-0/+129
| | | | | | | | | | handle with zh_CN.GBK locale, which is quite common for users who uses Simplified Chinese. MFC Candidate. Notes: svn path=/head/; revision=156026
* Add SWIDTH to zh_TW.Big5 locale, to fix problem with tcsh(1)Xin LI2006-02-251-0/+108
| | | | | | | | Submitted by: Rong-En Fan <rafan at infor dot org> PR: conf/93844 Notes: svn path=/head/; revision=156014
* Add definitions of SWIDTH. It fixes the problem that tcsh 6.14Hajimu UMEMOTO2006-02-251-0/+46
| | | | | | | | | | | doesn't work correctly with ko_KR.eucKR locale. Tested by: cjh at the CBUG party Obtained from: NetBSD MFC after: 1 week Notes: svn path=/head/; revision=156002
* Enable SWIDTH.Hajimu UMEMOTO2006-02-121-85/+85
| | | | | | | | | It makes tcsh(1) work correctly with ja_JP.SJIS locale. MFC after: 1 week Notes: svn path=/head/; revision=155583
* The wcwidth(3) should return 2 about characters in JISX0208 codeset.Hajimu UMEMOTO2006-02-121-0/+85
| | | | | | | | | | | | | | But it returned 1. It fixes the problem reported by many Japanese people that tcsh 6.14 doesn't work correctly with ja_JP.eucJP locale. PR: conf/79701 Submitted by: Kazuaki Oda <ybbkaz__at__yahoo.co.jp> Tested by: many people MFC after: 1 week Notes: svn path=/head/; revision=155578
* Comments correctionAndrey A. Chernov2005-04-211-2/+2
| | | | | | | Submitted by: Yury Tarasievich <spytar@yahoo.com> Notes: svn path=/head/; revision=145353
* New Ukrainian locale: uk_UA.CP1251.Ruslan Ermilov2005-03-041-1/+1
| | | | | | | Submitted by: Alexander Peresunko Notes: svn path=/head/; revision=143126
* Utilize FILES and SYMLINKS.Ruslan Ermilov2004-10-171-46/+40
| | | | Notes: svn path=/head/; revision=136611
* Add Basque (Spain) locales: eu_ES.ISO8859-1, eu_ES.ISO8859-15, eu_ES.UTF-8.Tim J. Robbins2004-08-281-2/+4
| | | | | | | | | | | (This differs somewhat from the version originally submitted - any mistakes are my own.) PR: 68524 Submitted by: J. Vicente Carrasco -Bixen- Notes: svn path=/head/; revision=134437
* Add an Israel Hebrew locale: he_IL.UTF-8.Tim J. Robbins2004-04-211-3/+4
| | | | | | | | PR: 65826 Submitted by: Hye-Shik Chang Notes: svn path=/head/; revision=128526
* Add UTF-8 versions of all the currently supported system locales. Most ofTim J. Robbins2004-03-272-1/+2389
| | | | | | | | | | the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made a few minor adjustments and merged the makefiles. PR: 44307 Notes: svn path=/head/; revision=127474
* Add kk_KZ.PT154Andrey A. Chernov2004-01-292-0/+106
| | | | | | | Submitted by: Birsh T <tim@zhezu.kz> Notes: svn path=/head/; revision=125208
* Add be_BY.*Andrey A. Chernov2003-12-202-2/+68
| | | | | | | Submitted by: Yury Tarasievich <grog@grsu.by> Notes: svn path=/head/; revision=123682
* Change encoding to GBK to get correct first byte rangeAndrey A. Chernov2003-12-191-1/+1
| | | | Notes: svn path=/head/; revision=123664
* Add zh_HK.Big5HKSCSAndrey A. Chernov2003-12-192-0/+258
| | | | | | | | PR: 59799 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=123657
* Enable GB2312 locale.David Xu2003-11-051-0/+1
| | | | Notes: svn path=/head/; revision=122151
* Add GB2312 encoding file.David Xu2003-11-051-0/+243
| | | | Notes: svn path=/head/; revision=122146
* Fix ascii compatibilityAndrey A. Chernov2003-08-211-15/+14
| | | | | | | Submitted by: Liu Kang <liukang@bjpu.edu.cn> Notes: svn path=/head/; revision=119246
* Fix commentAndrey A. Chernov2003-08-081-1/+1
| | | | Notes: svn path=/head/; revision=118653
* Add ko_KR.CP949 localeAndrey A. Chernov2003-08-082-0/+189
| | | | | | | | PR: 55341 Submitted by: Hye-Shik Chang <perky@freebsd.org> Notes: svn path=/head/; revision=118652
* DIGIT can be only 0-9 according to POSIXAndrey A. Chernov2003-08-051-1/+1
| | | | Notes: svn path=/head/; revision=118461
* Support for the Amharic locale.Mike Makonnen2003-08-052-1/+46
| | | | Notes: svn path=/head/; revision=118459
* Fix error in commentAndrey A. Chernov2003-07-291-3/+2
| | | | Notes: svn path=/head/; revision=118176
* Add GB18030 localeAndrey A. Chernov2003-07-292-0/+7103
| | | | | | | | PR: 51729 Submitted by: Kang Liu <liukang@bjpu.edu.cn> Notes: svn path=/head/; revision=118174
* Add ARMSCSII-8 localeAndrey A. Chernov2003-07-052-0/+201
| | | | | | | | Submitted by: Vahe Khachikyan <vahe@khachikyan.de> PR: 53944 Notes: svn path=/head/; revision=117259
* Add ru_RU.CP1251Andrey A. Chernov2003-06-061-0/+5
| | | | Notes: svn path=/head/; revision=115912
* Add zh_CN.GBKAndrey A. Chernov2003-06-012-0/+200
| | | | | | | | PR: 51504 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=115628
* Add ca_ES localeAndrey A. Chernov2002-12-301-3/+3
| | | | | | | | PR: 45874 Submitted by: Joan Picanyol i Puig <joan-dev@biaix.org> Notes: svn path=/head/; revision=108428
* Add lt_LT.ISO8859-13Andrey A. Chernov2002-10-252-0/+50
| | | | | | | | PR: 44268 Submitted by: Kestutis Paulikas <kestas@elen.ktu.lt> Notes: svn path=/head/; revision=105965
* Add sr_YU localesAndrey A. Chernov2002-10-191-2/+2
| | | | | | | Submitted by: Toni Andjelkovic <toni@soth.at> Notes: svn path=/head/; revision=105445
* Add LC_CTYPE information for characters with lead bytes ED, EE, FA, FB, FC.Tim J. Robbins2002-10-141-0/+13
| | | | Notes: svn path=/head/; revision=105096
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* Recognize 0xbe as an uppercase character.Anton Berezin2002-06-031-1/+1
| | | | | | | Approved by: ache Notes: svn path=/head/; revision=97782
* Link tr_TR.ISO8859-9's LC_CTYPE to UA-ASCII's. It's not completely correct,Alexey Zelkin2002-04-051-0/+2
| | | | | | | but better than nothing. Notes: svn path=/head/; revision=93889
* Add pt_BR.ISO8859-1 (Brazilian Portuguese) localeAlexey Zelkin2002-04-051-2/+3
| | | | | | | Submitted (partly) by: dcs Notes: svn path=/head/; revision=93885
* Fix 0x8b and 0x9b upper/lower mappingAndrey A. Chernov2002-03-281-4/+8
| | | | Notes: svn path=/head/; revision=93303
* Add ro_ROAndrey A. Chernov2002-01-081-1/+1
| | | | | | | | PR: 33343 Submitted by: Adrian Penisoara <ady@warpnet.ro> Notes: svn path=/head/; revision=89077
* Optimize locale data Makefiles as well as make their style more consistent.Alexey Zelkin2001-12-251-18/+12
| | | | Notes: svn path=/head/; revision=88473
* Add uk_UA.ISO8859-5 localeAndrey A. Chernov2001-12-201-0/+6
| | | | | | | | PR: 32450 Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua> Notes: svn path=/head/; revision=88314
* Fix codesAndrey A. Chernov2001-12-201-151/+19
| | | | Notes: svn path=/head/; revision=88313
* Fix codesAndrey A. Chernov2001-12-201-44/+46
| | | | | | | | PR: 33031 Submitted by: Statue <statue@softwareliberty.org> Notes: svn path=/head/; revision=88310
* Properly classify 0x80 - 0xa0 rangeAndrey A. Chernov2001-11-301-5/+5
| | | | Notes: svn path=/head/; revision=87117