ache
5ff2e4de9c
Add lv_LV, move lt_LT to common part
2009-09-03 17:12:45 +00:00
edwin
d305cd8490
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>
MFC after: 1 week
2009-06-12 23:15:36 +00:00
edwin
f4fc80f170
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 )
Add a bunch of symlinks to between ca_ES and ca_AD, ca_FR and ca_IT.
PR: conf/92541
Submitted by: <rmh@io.debian.net>
MFC after: 1 week
2009-06-10 12:20:11 +00:00
ache
c74f1e541e
"NONE" -> "ASCII" encoding
2008-01-23 04:25:10 +00:00
ache
7994071c41
Implement Turkish locale
...
Submitted by: Ismail YENIGUL <ismail.yenigul@endersys.com.tr>
2007-12-25 20:30:36 +00:00
ache
fc1cd65c82
Add comment stating that UCS-4 really used here, not UTF-8
2007-10-14 02:18:52 +00:00
ache
86d7bf329b
Use dummy definitions for codeset 3 and 4 like in ko_KR.eucKR.src
...
PR: 51085
Submitted by: Yamazaki Atsushi <ats@mbi.nifty.com>
2007-05-09 21:34:51 +00:00
des
a9a2f810d6
Add locales for nb_NO and nn_NO.
...
Reviewed by: philip
2006-11-09 18:10:34 +00:00
ache
38c8b0a34c
Add mn_MN.UTF-8
2006-10-02 00:23:14 +00:00
jkoshy
024eceaae8
- Use SWIDTH0 for combining characters. [1]
...
- 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)
2006-07-28 06:10:33 +00:00
delphij
eff5482a54
Add SWIDTH information for zh_CN.eucCN.
...
Submitted by: ume
Obtained from: NetBSD
MFC Candidate.
2006-02-27 06:11:58 +00:00
delphij
0d5e416e11
Provide SWIDTH information so that applications like tcsh(1) can properly
...
handle with zh_CN.GBK locale, which is quite common for users who uses
Simplified Chinese.
MFC Candidate.
2006-02-26 14:03:13 +00:00
delphij
2bc6196058
Add SWIDTH to zh_TW.Big5 locale, to fix problem with tcsh(1)
...
Submitted by: Rong-En Fan <rafan at infor dot org>
PR: conf/93844
2006-02-25 23:28:19 +00:00
ume
609dc452d4
Add definitions of SWIDTH. It fixes the problem that tcsh 6.14
...
doesn't work correctly with ko_KR.eucKR locale.
Tested by: cjh at the CBUG party
Obtained from: NetBSD
MFC after: 1 week
2006-02-25 17:12:43 +00:00
ume
1d49fbc21f
Enable SWIDTH.
...
It makes tcsh(1) work correctly with ja_JP.SJIS locale.
MFC after: 1 week
2006-02-12 17:56:16 +00:00
ume
1417ef6142
The wcwidth(3) should return 2 about characters in JISX0208 codeset.
...
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
2006-02-12 16:13:42 +00:00
ache
9b56804160
Comments correction
...
Submitted by: Yury Tarasievich <spytar@yahoo.com>
2005-04-21 09:15:19 +00:00
ru
47f2612399
New Ukrainian locale: uk_UA.CP1251.
...
Submitted by: Alexander Peresunko
2005-03-04 14:24:30 +00:00
ru
133be5380d
Utilize FILES and SYMLINKS.
2004-10-17 09:48:23 +00:00
tjr
73afa7d781
Add Basque (Spain) locales: eu_ES.ISO8859-1, eu_ES.ISO8859-15, eu_ES.UTF-8.
...
(This differs somewhat from the version originally submitted - any mistakes
are my own.)
PR: 68524
Submitted by: J. Vicente Carrasco -Bixen-
2004-08-28 12:52:31 +00:00
tjr
1511636f6c
Add an Israel Hebrew locale: he_IL.UTF-8.
...
PR: 65826
Submitted by: Hye-Shik Chang
2004-04-21 15:28:23 +00:00
tjr
642f4c91af
Add UTF-8 versions of all the currently supported system locales. Most of
...
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
2004-03-27 08:14:15 +00:00
ache
93aa5eecf9
Add kk_KZ.PT154
...
Submitted by: Birsh T <tim@zhezu.kz>
2004-01-29 16:28:22 +00:00
ache
ac5798858c
Add be_BY.*
...
Submitted by: Yury Tarasievich <grog@grsu.by>
2003-12-20 11:18:43 +00:00
ache
807b3fd50b
Change encoding to GBK to get correct first byte range
2003-12-19 12:51:40 +00:00
ache
aba7f3424b
Add zh_HK.Big5HKSCS
...
PR: 59799
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
2003-12-19 07:04:56 +00:00
davidxu
09e99681c0
Enable GB2312 locale.
2003-11-05 23:39:03 +00:00
davidxu
5365264be8
Add GB2312 encoding file.
2003-11-05 22:54:54 +00:00
ache
1bb35f7e47
Fix ascii compatibility
...
Submitted by: Liu Kang <liukang@bjpu.edu.cn>
2003-08-21 19:23:15 +00:00
ache
c0f17de0c7
Fix comment
2003-08-08 14:02:20 +00:00
ache
f910849012
Add ko_KR.CP949 locale
...
PR: 55341
Submitted by: Hye-Shik Chang <perky@freebsd.org>
2003-08-08 13:48:15 +00:00
ache
5ccdff1996
DIGIT can be only 0-9 according to POSIX
2003-08-05 06:34:16 +00:00
mtm
55db7693f7
Support for the Amharic locale.
2003-08-05 05:42:08 +00:00
ache
b7cb53387d
Fix error in comment
2003-07-29 16:31:44 +00:00
ache
74be324290
Add GB18030 locale
...
PR: 51729
Submitted by: Kang Liu <liukang@bjpu.edu.cn>
2003-07-29 16:12:56 +00:00
ache
1a67969367
Add ARMSCSII-8 locale
...
Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
PR: 53944
2003-07-05 12:03:16 +00:00
ache
b7efdb063a
Add ru_RU.CP1251
2003-06-06 22:39:24 +00:00
ache
ca49dec558
Add zh_CN.GBK
...
PR: 51504
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
2003-06-01 15:51:27 +00:00
ache
eb7d34a1e1
Add ca_ES locale
...
PR: 45874
Submitted by: Joan Picanyol i Puig <joan-dev@biaix.org>
2002-12-30 09:09:58 +00:00
ache
afbee5cba8
Add lt_LT.ISO8859-13
...
PR: 44268
Submitted by: Kestutis Paulikas <kestas@elen.ktu.lt>
2002-10-25 22:02:10 +00:00
ache
8ad465aa86
Add sr_YU locales
...
Submitted by: Toni Andjelkovic <toni@soth.at>
2002-10-19 13:04:05 +00:00
tjr
375bcd9d36
Add LC_CTYPE information for characters with lead bytes ED, EE, FA, FB, FC.
2002-10-14 10:44:00 +00:00
ru
a8adf98c82
Drop support for COPY, -c has been the default mode of install(1)
...
for a long time now.
Approved by: bde
2002-07-29 09:40:17 +00:00
tobez
2d369daa85
Recognize 0xbe as an uppercase character.
...
Approved by: ache
2002-06-03 21:30:28 +00:00
phantom
86d0db992d
Link tr_TR.ISO8859-9's LC_CTYPE to UA-ASCII's. It's not completely correct,
...
but better than nothing.
2002-04-05 15:27:36 +00:00
phantom
8e0b36fd31
Add pt_BR.ISO8859-1 (Brazilian Portuguese) locale
...
Submitted (partly) by: dcs
2002-04-05 15:03:13 +00:00
ache
28d6c29a10
Fix 0x8b and 0x9b upper/lower mapping
2002-03-28 01:13:04 +00:00
ache
f3a2722774
Add ro_RO
...
PR: 33343
Submitted by: Adrian Penisoara <ady@warpnet.ro>
2002-01-08 15:20:13 +00:00
phantom
a74b673ea9
Optimize locale data Makefiles as well as make their style more consistent.
2001-12-25 10:57:03 +00:00
ache
c87fc4ac0e
Add uk_UA.ISO8859-5 locale
...
PR: 32450
Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
2001-12-20 20:48:31 +00:00