Encode::Korean::SKATS - Perl extension for Encoding Korean: SKATS
SYNOPSIS
use Encode::Korean::SKATS;
$string = decode 'skats', $octets;
$octets = encode 'skats', $string;
while($line = <>) {
print encode 'utf8', decode 'skats', $line;
}
DESCRIPTION
Encode::Korean::SKATS implements an encoding system of Korean based on SKATS (Standar Korean Alphabet Transliteration System).
This module use Encode implementation base class Encode::Encoding. The conversion is carried by a transliterator object of Encode::Korean::TransliteratorGenerator.
RULES
Unicode name Transliteration
kiyeok L
ssangkieok LL
nieun F
tikeut B
ssangtikeut BB
rieul V
mieum M
pieup W
ssangpieup WW
sios G
ssangsios GG
ieung K
cieuc P
ssangcieuc PP
chieuch C
khieukh X
thieuth Z
phieuph O
hieuh J
a E
ae EU
ya I
yae US
eo T
e TU
yeo S
ye SU
o A
wa AE
wae AEU
oe AU
yo N
u H
weo HT
we HTU
wi HU
yu R
eu D
yi DU
i D
* Put one space between syllables and two spaces between words.
EXAMPLES
SKATS = "PU LH VDV PU XS VE!"
SEE ALSO
Visit http://en.wikipedia.org/wiki/SKATS, for more information about SKATS.
Visit http://www.alanwood.net/unicode/hangul_jamo.html, if you want a list of Hangul Jamo in Unicode.
See Encode, Encode::Encoding, Encode::Korean, Encode::Korean::TransliteratorGenerator, if you want to know more about relevant modules.
See Encode::KR, Lingua::KO::MacKorean, if you need common encodings.
See Lingua::KO::Romanize::Hangul, if you need a common romanization (transcription method used in public).
AUTHOR
You Hyun Jo, <youhyunjo (at) gmail (dot) com<gt>
COPYRIGHT AND LICENSE
Copyright (C) 2007 by You Hyun Jo
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 103:
Unknown directive: =utf8