1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/chinese/p5-Encode-HanConvert/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

13 lines
624 B
Plaintext

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).