| autobox-Encode documentation | view source | Contained in the autobox-Encode distribution. |
autobox::Encode - Encode with autobox
use autobox::Encode;
"Foo"->decode('utf-8')->encode('utf-8')
my $latin1_bytes = ...;
my $utf8_bytes = $latin1_bytes->from_to('latin-1' => 'utf-8');
"\x{1234}"->charname; # "ETHIOPIC SYLLABLE SEE"
use Encode with autobox!
Tokuhiro Matsuno <tokuhirom gmail com>
Tatsuhiko Miyagawa and coderepos committers.
chocolateboy++(enhancment autobox!!)
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
| autobox-Encode documentation | view source | Contained in the autobox-Encode distribution. |