summaryrefslogtreecommitdiffstats
path: root/share/mklocale/Makefile
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>1999-06-08 02:25:19 +0000
committerfoxfair <foxfair@FreeBSD.org>1999-06-08 02:25:19 +0000
commitd1608b447da4541603a796072e8089a68ce71d11 (patch)
treee5803a1382e8ba22e41e655c0eed0458bb0bc4af /share/mklocale/Makefile
parent1abbd13bc2610a86a1eef7c8a73b314b2041b08e (diff)
downloadFreeBSD-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/mklocale/Makefile')
-rw-r--r--share/mklocale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mklocale/Makefile b/share/mklocale/Makefile
index a3e817d..2ef612c 100644
--- a/share/mklocale/Makefile
+++ b/share/mklocale/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.17 1998/12/14 02:59:15 dillon Exp $
+# $Id: Makefile,v 1.18 1999/06/05 03:04:00 julian Exp $
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
@@ -13,7 +13,7 @@ LOCALES= ja_JP.EUC \
ru_SU.CP866 \
ru_SU.KOI8-R \
zh_CN.EUC \
- zh_TW.BIG5
+ zh_TW.Big5
LOCALEDIR= ${DESTDIR}/usr/share/locale
OpenPOWER on IntegriCloud