The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

autobox::Encode - Encode with autobox

SYNOPSIS

  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"

DESCRIPTION

use Encode with autobox!

AUTHOR

Tokuhiro Matsuno <tokuhirom gmail com>

THANKS

Tatsuhiko Miyagawa and coderepos committers.

chocolateboy++(enhancment autobox!!)

COPYRIGHT

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.