README 372 B

123456789
  1. Conversions to/from UTF8 from/to charactersets
  2. Provides UTF-8 conversion for perl versions from 5.00 and up. It was
  3. mainly written for use with perl 5.00 to 5.6.0 because those perl
  4. versions do not support Unicode::MapUTF8 or Encode.
  5. Unicode::UTF8simple is written in plain perl (no C code) and will
  6. work with any Perl 5 version. It is just slightly slower than Encode.