diff options
Diffstat (limited to 'japanese/p5-jcode.pl/pkg-descr')
-rw-r--r-- | japanese/p5-jcode.pl/pkg-descr | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/japanese/p5-jcode.pl/pkg-descr b/japanese/p5-jcode.pl/pkg-descr deleted file mode 100644 index 56540acc2518..000000000000 --- a/japanese/p5-jcode.pl/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -``jcode.pl-2.x'' is a perl library for japanese character code conversion. -It supports translation of each JIS, EUC, Shift JIS texts, and automatically -recognizes the encode-method of the target text files. - -To use this, your script should load this library as - -+ require "jcode.pl"; -or -+ require('jcode.pl'); |