Encode::Korean::MRR - Perl extension for Encoding of Korean: McCune-Reishauer Romanization


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

Index


NAME

Top

Encode::Korean::MRR - Perl extension for Encoding of Korean: McCune-Reishauer Romanization

SYNOPSIS

Top

   use Encode::Korean::MRR;

   $string = decode 'mrr', $octets;
   $octets = encode 'mrr', $string;

   while($line = <>) {
     print decode 'mrr', $line;
   }

DESCRIPTION

Top

Encode::Korean::MMR implements an encoding system based on McCune-Reischauer Romanization, created in 1937 by George M. McCune and Edwin O. Reischauer. It is one of the most widely used methods.

SEE ALSO

Top

Seehttp://en.wikipedia.org/wiki/McCune-Reischauer for McCune-Reischauer Romanization

AUTHOR

Top

You Hyun Jo, <you at cpan dot org>

COPYRIGHT AND LICENSE

Top


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