diff options
author | phk <phk@FreeBSD.org> | 1998-08-10 09:49:42 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-08-10 09:49:42 +0000 |
commit | 172fcc7252489fc77b23337ccf742e83ace1bcab (patch) | |
tree | 69b92de4f09574b8deff6e8cb9c6f39110c04044 /share/colldef | |
parent | a5a666bcc2485f9bce193998494d64aae86e0b84 (diff) | |
download | FreeBSD-src-172fcc7252489fc77b23337ccf742e83ace1bcab.zip FreeBSD-src-172fcc7252489fc77b23337ccf742e83ace1bcab.tar.gz |
I have been running with these locale data for a while now and
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>
Diffstat (limited to 'share/colldef')
-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 d6e4b49..22ce3e65 100644 --- a/share/colldef/Makefile +++ b/share/colldef/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 1998/07/07 23:04:25 bde Exp $ +# $Id: Makefile,v 1.14 1998/08/07 17:08:56 ache Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -15,7 +15,7 @@ LOCALES= de_DE.ISO_8859-1 \ LOCALEDIR= ${DESTDIR}/usr/share/locale ASCIILINKS = \ - ko_KR.EUC ja_JP.EUC ja_JP.SJIS + ko_KR.EUC ja_JP.EUC ja_JP.SJIS zh_CN.EUC LATIN1LINKS = \ da_DK en_AU en_CA en_GB en_US fi_FI \ |