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

NAME

Jcode::Unicode - Aux. routines for Jcode

SYNOPSIS

NONE

DESCRIPTION

This module implements following subs as XS. Used via Jcode.pm.

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

$Jcode::Unicode::PEDANTIC

Now obsolete and abolished. It used to mean..

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.

But as of perl 5.8. It has been standarlized (in perl community) that we leave ascii as it is so Jcode no longer has to support this option.

BUGS

If any, that is Unicode, Inc. to Blame (Especially JIS0201.TXT).

SEE ALSO

http://www.unicode.org/ http://www.debian.or.jp/~kubota/unicode-symbols.html.en

COPYRIGHT

Copyright 1999-2003 Dan Kogai <dankogai@dan.co.jp>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Unicode conversion table used here are based uponon files at ftp://ftp.unicode.org/Public/MAPPINGS/EASTASIA/JIS/, Copyright (c) 1991-1994 Unicode, Inc.