Ben Bullock > Lingua-KO-Munja-0.03 > Lingua::KO::Munja

Download:
Lingua-KO-Munja-0.03.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Module Version: 0.03   Source  

NAME ^

Lingua::KO::Munja - Korean letter conversion

SYNOPSIS ^

    use Lingua::KO::Munja qw/roman2hangul hangul2roman/;
    my $roman = hangul2roman ('유사쿠');
    my $hangul = roman2hangul ('yusaku');

DESCRIPTION ^

Inputs and outputs are in Perl's Unicode formulation.

This is a companion of Lingua::JA::Moji.

FUNCTIONS ^

roman2hangul

    my $hangul = roman2hangul ('munja');

Convert romanized Korean to hangul.

hangul2roman

    my $roman = hangul2roman ('문자');

Convert hangul to romanized Korean.

BUGS ^

Module author knows nothing about Korean

AUTHOR ^

Ben Bullock, <bkb@cpan.org>

COPYRIGHT ^

Portions of this are taken from Lingua::KO::Romanize::Hangul, version 0.20, by Yusuke Kawasaki, Copyright (c) 1998-2008 Yusuke Kawasaki.

The rest is by Ben Bullock.

This program may be copied, used, modified and redistributed under the same terms as Perl itself.

syntax highlighting: