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


Encode-Unicode-Japanese documentation  | view source Contained in the Encode-Unicode-Japanese distribution.

Index


NAME

Top

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

VERSION

Top

Version 0.02

SYNOPSIS

Top

  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

EXPORT

Top

No functions are exported.

METHODS

Top

$pkg->new($code)

create new instance.

$obj->encode($string, [$check])

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

$obj->decode($string, [$check])

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

AUTHOR

Top

YAMASHINA Hio, <hio at hio.jp>

BUGS

Top

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.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Encode::Unicode::Japanese

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Encode-Unicode-Japanese

* CPAN Ratings

http://cpanratings.perl.org/d/Encode-Unicode-Japanese

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Encode-Unicode-Japanese

* Search CPAN

http://search.cpan.org/dist/Encode-Unicode-Japanese

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Encode-Unicode-Japanese documentation  | view source Contained in the Encode-Unicode-Japanese distribution.