Jcode::Unicode::NoXS - Non-XS version of Jcode::Unicode


Jcode documentation  | view source Contained in the Jcode distribution.

Index


NAME

Top

Jcode::Unicode::NoXS - Non-XS version of Jcode::Unicode

SYNOPSIS

Top

NONE

DESCRIPTION

Top

This module is called by Jcode.pm on demand. This module is not intended for direct use by users. This modules implements functions related to Unicode. Following functions are defined here;

Jcode::ucs2_euc();
Jcode::euc_ucs2();
Jcode::ucs2_utf8();
Jcode::utf8_ucs2();
Jcode::euc_utf8();
Jcode::utf8_euc();

VARIABLES

Top

$Jcode::Unicode::PEDANTIC

When set to non-zero, x-to-unicode conversion becomes pedantic. That is, '\' (chr(0x5c)) is converted to zenkaku backslash and '~" (chr(0x7e)) to JIS-x0212 tilde.

By Default, Jcode::Unicode leaves ascii ([0x00-0x7f]) as it is.

MODULES

Top

Jcode::Unicode::Constants

Jumbo hash that contains UCS2-EUC conversion table is there.

BUGS

Top

 * It's very slow to initialize, due to the size of the conversion
   table it has to load.  Once loaded, however, the perfomance is not
   too bad (But still much slower than XS version).
 * Besides that, that is Unicode, Inc. to Blame (Especially JIS0201.TXT).

SEE ALSO

Top

http://www.unicode.org/

COPYRIGHT

Top


Jcode documentation  | view source Contained in the Jcode distribution.