0dd7579209
PR: ports/175331 Submitted by: Christoph Mallon Approved by: No objections within three weeks from any maintainer While here, style and duplicate phrase fixes in bsdcflow pkg-descr Submitted by: mi
14 lines
677 B
Text
14 lines
677 B
Text
This module is an attempt to solve most common problems occurred in
|
|
Traditional vs. Simplified Chinese conversion, in an efficient,
|
|
flexible way, without resorting to external tools or modules.
|
|
|
|
After installing this module, you'll have two additional encoding
|
|
formats: big5-simp maps Big5 into Unicode's Simplified Chinese
|
|
(and vice versa), and gbk-trad maps CP936 (better known as GBK)
|
|
into Unicode's Traditional Chinese and back.
|
|
|
|
The module exports various xxx_to_yyy functions by default, where
|
|
xxx and yyy are one of big5, gb (i.e. GBK/CP936), simp (simplified
|
|
Chinese unicode), or trad (traditional Chinese unicode).
|
|
|
|
WWW: http://search.cpan.org/dist/Encode-HanConvert/
|