Encode::BOCU1 - encodes / decodes BOCU-1 string, works as part of Encode.pm


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

Index


NAME

Top

Encode::BOCU1 -- encodes / decodes BOCU-1 string, works as part of Encode.pm

SYNOPSIS

Top

use Encode::BOCU1;

$string = 'Some text to convert... in UTF-8' Encode::from_to($string,'utf8','bocu1'); Encode::from_to($string,'bocu1','shiftjis');

DESCRIPTION

Top

BOCU-1 is a MIME-compatible application of the Binary Ordered Compression for Unicode [BOCU] base algorithm.

Encode::BOCU1 enables to convert any encoding systems supported by Encode.pm from/to BOCU-1 through UTF-8.

SEE ALSO

Top

http://www.unicode.org/notes/tn6/ http://icu.sourceforge.net/docs/papers/binary_ordered_compression_for_unicode.html

COPYRIGHT AND LICENSE

Top


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