mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
779afda901
PR: 254325 Submitted by: takefu@airport.fm (maintainer)
18 lines
607 B
Plaintext
18 lines
607 B
Plaintext
jacode.pl - Perl library for Japanese character code conversion
|
|
|
|
This software has upper compatibility to jcode.pl.
|
|
|
|
* jcode.pl upper compatible
|
|
* Perl4(also Perl5) script
|
|
* Acts as a wrapper to Encode::from_to (Yes, not only Japanese!)
|
|
* Support HALFWIDTH KATAKANA
|
|
* Support UTF-8 by cp932 to Unicode table
|
|
http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT
|
|
http://support.microsoft.com/kb/170559/ja
|
|
(JIS X 0221:2007 BASIC JAPANESE and COMMON JAPANESE)
|
|
* Hidden UTF8 flag
|
|
* No Object oriented
|
|
* Possible to re-use past code and how to
|
|
|
|
WWW: https://metacpan.org/release/Jacode
|