
Encode::Unicode::Japanese - use Unicode::Japanese through Encode.

Version 0.02

use Encode::Unicode::Japanese;
use Encode qw(encode from_to);
my $sjis = encode("unijp-sjis", $utf8); # utf8 => sjis
from_to($buf, "unijp-sjis-imode", "unijp-sjis-jsky"); # imode => jsky

No functions are exported.

create new instance.
encode $string into utt-8 from $code which is specified at constructor. an implementation of Encode::Encoding#encode.
decode $string from utf-8 into $code which is specified at constructor. an implementation of Encode::Encoding#decode.

YAMASHINA Hio, <hio at hio.jp>

Please report any bugs or feature requests to bug-encode-unicode-japanese at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Encode-Unicode-Japanese. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Encode::Unicode::Japanese
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Encode-Unicode-Japanese


Copyright 2006 YAMASHINA Hio, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.