diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-12-09 09:50:05 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-12-09 09:50:05 +0000 |
commit | 888d029226608366c75f2c7719444a76fbcc1a1c (patch) | |
tree | 6ffe9644670711a6b2cf1b1739d9284e297b33f5 /chinese/Makefile | |
parent | 65a45d673bcbdef36ba42adfc36ab6570134c2ae (diff) |
New port: gb2jis
GB2JIS converts GB2312-80 and GB8565-88 characters to
JISX0208-1983 and JISX0212-1990 characters. GB2312-80
(^[$A), GB2312-80 + GB8565-88 (^[$(E), and Chinese-EUC
(8-bit GuoBiao) are available for Hanzi code.
PR: ports/31849
Submitted by: Zhang Shu <jo-c@is.aist-nara.ac.jp>
Notes
Notes:
svn path=/head/; revision=51284
Diffstat (limited to 'chinese/Makefile')
-rw-r--r-- | chinese/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 78c8fb3b86a3..b6137cdb3a58 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -34,6 +34,7 @@ SUBDIR += eterm SUBDIR += firebird SUBDIR += fortunetw + SUBDIR += gb2jis SUBDIR += gb2ps SUBDIR += gbscript SUBDIR += ghostscript6 |