diff options
author | foxfair <foxfair@FreeBSD.org> | 1999-06-08 02:25:19 +0000 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 1999-06-08 02:25:19 +0000 |
commit | d1608b447da4541603a796072e8089a68ce71d11 (patch) | |
tree | e5803a1382e8ba22e41e655c0eed0458bb0bc4af /share/colldef/Makefile | |
parent | 1abbd13bc2610a86a1eef7c8a73b314b2041b08e (diff) | |
download | FreeBSD-src-d1608b447da4541603a796072e8089a68ce71d11.zip FreeBSD-src-d1608b447da4541603a796072e8089a68ce71d11.tar.gz |
Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.
It makes compatible with IANA charset defination, and let existent I18N
app happier.
Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets>
Diffstat (limited to 'share/colldef/Makefile')
-rw-r--r-- | share/colldef/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/colldef/Makefile b/share/colldef/Makefile index 00825f4..8bffc4e 100644 --- a/share/colldef/Makefile +++ b/share/colldef/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1999/04/10 12:22:25 foxfair Exp $ +# $Id: Makefile,v 1.22 1999/06/05 03:03:57 julian Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -21,7 +21,7 @@ LOCALEDIR= ${DESTDIR}/usr/share/locale ASCIILINKS = \ ko_KR.EUC ja_JP.EUC ja_JP.SJIS ja_JP.Shift_JIS zh_CN.EUC -ZHLINKS = zh_TW.BIG5 +ZHLINKS = zh_TW.Big5 LATIN1LINKS = \ da_DK en_AU en_CA en_GB en_US fi_FI \ |