diff options
author | tota <tota@FreeBSD.org> | 2011-05-30 23:12:45 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-05-30 23:12:45 +0800 |
commit | 848b6a4f0eee2c426a9c6f039a1884f749506442 (patch) | |
tree | 4b9173c3b92f2d44da9d979f6bcfc32c238ffe70 /japanese/Makefile | |
parent | a60144ba0e861a550aef9339e423671975da60fe (diff) | |
download | freebsd-ports-gnome-848b6a4f0eee2c426a9c6f039a1884f749506442.tar.gz freebsd-ports-gnome-848b6a4f0eee2c426a9c6f039a1884f749506442.tar.zst freebsd-ports-gnome-848b6a4f0eee2c426a9c6f039a1884f749506442.zip |
- Add a new port: japanese/jacode.pl
jacode.pl - Perl library for Japanese character code conversion
This software has upper compatibility to jcode.pl.
* jcode.pl upper compatible
* Perl4 script
* Acts as a wrapper to Encode::from_to
* 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: http://search.cpan.org/dist/jacode/
PR: ports/156972
Submitted by: Takefu <takefu_AT_airport_DOT_fm>
Diffstat (limited to 'japanese/Makefile')
-rw-r--r-- | japanese/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 3031b9613c16..b2ed47a72359 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -118,6 +118,7 @@ SUBDIR += ipadic SUBDIR += ircII SUBDIR += ja6 + SUBDIR += jacode.pl SUBDIR += jadetex-ptex SUBDIR += japana SUBDIR += japaneseAFM |