2005-12-20 15:48:29 +01:00
|
|
|
Provides UTF-8 conversion for perl versions from 5.00 and up. It
|
|
|
|
was mainly written for use with perl 5.00 to 5.6.0 because those
|
|
|
|
perl versions do not support Unicode::MapUTF8 or Encode.
|
|
|
|
|
|
|
|
Unicode::UTF8simple is written in plain perl (no C code) and will
|
2015-05-09 18:16:23 +02:00
|
|
|
work with any Perl 5 version. It is just slightly slower than Encode.
|
2005-12-20 15:48:29 +01:00
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Unicode-UTF8simple
|