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/mklocale/Makefile | |
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/mklocale/Makefile')
-rw-r--r-- | share/mklocale/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/mklocale/Makefile b/share/mklocale/Makefile index efb96d9..ba93e1e 100644 --- a/share/mklocale/Makefile +++ b/share/mklocale/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 1998/07/07 23:05:59 bde Exp $ +# $Id: Makefile,v 1.14 1998/08/07 17:07:12 ache Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -10,7 +10,8 @@ LOCALES= ja_JP.EUC \ lt_LN.ISO_8859-1 \ lt_LN.ISO_8859-2 \ ru_SU.CP866 \ - ru_SU.KOI8-R + ru_SU.KOI8-R \ + zh_CN.EUC LOCALEDIR= ${DESTDIR}/usr/share/locale |