diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-04-16 16:12:52 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-04-16 16:12:52 +0000 |
commit | a887599642cbca4887ef1600410895d7b1152e3b (patch) | |
tree | 89eb3881d63cef7b59c735cfa4055cc315035ed9 /converters/p5-Unicode-UTF8simple/DESCR | |
parent | 49bc1f334324fa59077e7be411606a6e657fcfed (diff) | |
download | pkgsrc-a887599642cbca4887ef1600410895d7b1152e3b.tar.gz |
Unicode::UTF8simple - Conversions to/from UTF8 from/to charactersets
This utf-8 converter is written in plain perl and works with hopefully
any perl 5 version. It was mainly written because more recent modules
such as Encode do not work under older Perl 5.0 installations.
Supported encodings:
euc-kr
gb2312
iso-8859-1
iso-8859-2
iso-8859-9
koi8-r
utf-8
windows-1256
Diffstat (limited to 'converters/p5-Unicode-UTF8simple/DESCR')
-rw-r--r-- | converters/p5-Unicode-UTF8simple/DESCR | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/converters/p5-Unicode-UTF8simple/DESCR b/converters/p5-Unicode-UTF8simple/DESCR new file mode 100644 index 00000000000..f82fb008925 --- /dev/null +++ b/converters/p5-Unicode-UTF8simple/DESCR @@ -0,0 +1,15 @@ +Unicode::UTF8simple - Conversions to/from UTF8 from/to charactersets + +This utf-8 converter is written in plain perl and works with hopefully +any perl 5 version. It was mainly written because more recent modules +such as Encode do not work under older Perl 5.0 installations. + +Supported encodings: +euc-kr +gb2312 +iso-8859-1 +iso-8859-2 +iso-8859-9 +koi8-r +utf-8 +windows-1256 |