autobox::Encode - Encode with autobox


autobox-Encode documentation  | view source Contained in the autobox-Encode distribution.

Index


NAME

Top

autobox::Encode - Encode with autobox

SYNOPSIS

Top

  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

Top

use Encode with autobox!

AUTHOR

Top

Tokuhiro Matsuno <tokuhirom gmail com>

THANKS

Top

Tatsuhiko Miyagawa and coderepos committers.

chocolateboy++(enhancment autobox!!)

COPYRIGHT

Top


autobox-Encode documentation  | view source Contained in the autobox-Encode distribution.