Routines for converting to and from UTF8 and other encodings http://www.cpan.org
Go to file
2024-01-06 09:52:06 +01:00
perl-Unicode-MapUTF8.spec automatic update by autodist [release 1.14-1mamba;Fri Oct 23 2020] 2024-01-06 09:52:06 +01:00
README.md automatic rebuild by autodist [release 1.11-5mamba;Wed Nov 05 2008] 2024-01-06 09:52:05 +01:00

perl-Unicode-MapUTF8

Provides an adapter layer between core routines for converting to and from UTF8 and other encodings. In essence, a way to give multiple existing Unicode modules a single common interface so you don't have to know the underlaying implementations to do simple UTF8 to-from other character set encoding conversions. As such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map and Jcode modules in a standardized and simple API