2011-05-30 15:12:45 +00:00
|
|
|
jacode.pl - Perl library for Japanese character code conversion
|
|
|
|
|
|
|
|
This software has upper compatibility to jcode.pl.
|
|
|
|
|
|
|
|
* jcode.pl upper compatible
|
2014-09-08 14:30:45 +00:00
|
|
|
* Perl4(also Perl5) script
|
|
|
|
* Acts as a wrapper to Encode::from_to (Yes, not only Japanese!)
|
2011-05-30 15:12:45 +00:00
|
|
|
* 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
|
|
|
|
|
2013-12-01 19:50:25 +00:00
|
|
|
WWW: http://search.cpan.org/dist/jacode/
|