Edit D:\app\Administrator\product\11.2.0\dbhome_1\perl\html\pod\perlko.html
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>perlko - Perl? ??? ???</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:" /> </head> <body style="background-color: white"> <table border="0" width="100%" cellspacing="0" cellpadding="3"> <tr><td class="block" style="background-color: #cccccc" valign="middle"> <big><strong><span class="block"> perlko - Perl? ??? ???</span></strong></big> </td></tr> </table> <!-- INDEX BEGIN --> <div name="index"> <p><a name="__index__"></a></p> <ul> <li><a href="#name">NAME</a></li> <li><a href="#description">DESCRIPTION</a></li> <ul> <li><a href="#_??__?__??_?__?__">? ??? ?? ???...</a></li> <li><a href="#perl__???_?">Perl ?? ??</a></li> <li><a href="#perl?__?_??_????__?_?__?__??_??_??_??_??_">Perl? ? ?? ????? ??? ? ? ?? ??? ?? ???</a></li> <li><a href="#?_????_?_?????__???_?">???? ? ??? ??? ?? ??</a></li> </ul> <li><a href="#see_also">SEE ALSO</a></li> <li><a href="#authors">AUTHORS</a></li> </ul> <hr name="index" /> </div> <!-- INDEX END --> <p> </p> <hr /> <h1><a name="name">NAME</a></h1> <p>perlko - Perl? ??? ???</p> <p> </p> <hr /> <h1><a name="description">DESCRIPTION</a></h1> <p>Perl? ??? ?? ?? ????? !</p> <p>Perl? 5.8.0??? ????/ISO 10646? ?? ???? ??? ???. ???? ??? ???? ???? ??? ?? ???? ???? ??? ?? ??? ??? ?? ??? ?? ??? ???? ?????. ????? ? ???? ??? ?? ??? ?? ?? ?? - ??? ?? ???, ?? ???, ??? ???, ??? ?? ???? ??? ?? ????, ?? ??, ??? ??, ???? ??, ???? ??, ???? ??, ?? ???? ?? ?? ?-? ???? ?? ??? ?? ?? ??? ??? ??? ? ?? ? ?? ??? ?? ??? ??? ?? ??? ???? ? ? ?? ?? ??? ???? ?? ?? ???? ???? ?? ?? ?? ?? ??? ???? ????.</p> <p>Perl? ????? ????? ?? ??? ?? ?????. ?? ????? ??? Perl ???? ??? UTF-8 ???? ? ? ??, ?? ??? ???(?? ??, ???, index, substr)? ??? ?? ?? ???? ?? ??? ?????. (? ??? ?? perlunicode ???? ??????.) ????? ?? ???? ?? ?? ??? ???, ??? ?? ??? ?? ??/? ??? ????? ???? ?? ?? ????? ? ???? ??? ??? ?? ?? ?? 'Encode'? ?????. ???? 'Encode'? ?? ??? ??? ??? ??? ?? ? ? ????.</p> <p>'Encode'? ??? ?? ??? ???? ?????.</p> <dl> <dt><strong><a name="euc_kr" class="item">euc-kr</a></strong> <dd> <pre> US-ASCII? KS X 1001? ?? ?? ????? ??? (?? ?????? ??.) KS X 2901? RFC 1557 ??.</pre> </dd> <dt><strong><a name="cp949" class="item">cp949</a></strong> <dd> <pre> MS-Windows 9x/ME?? ??? ?? ???. euc-kr? 8,822?? ?? ??? ?? ??. alias? uhc, windows-949, x-windows-949, ks_c_5601-1987. ? ??? ??? ???? ?? ?????, Microsoft ???? CP949? ??? ??? ??.</pre> </dd> <dt><strong><a name="johab" class="item">johab</a></strong> <dd> <pre> KS X 1001:1998 ?? 3?? ??? ???. ?? ????? cp949? ????? US-ASCII? KS X 1001? 8,822?? ?? ??? ?? ??. ??? ??? ?? ??.</pre> </dd> <dt><strong><a name="iso_2022_kr" class="item">iso-2022-kr</a></strong> <dd> <pre> RFC 1557?? ??? ??? ??? ?? ??? ????? US-ASCII? KS X 1001? ????? ?? ??? euc-kr? ??? ??? ??? ??. 1997-8? ??? ???? ? ?? ?? ??? ??? ??.</pre> </dd> <dt><strong><a name="ksc5601_raw" class="item">ksc5601-raw</a></strong> <dd> <pre> KS X 1001(KS C 5601)? GL(?, MSB? 0?? ? ??) ? ??? ?? ???. US-ASCII? ???? ?? ???? ??? ?? X11 ??? ?? ??? (ksc5601.1987-0. '0'? GL? ???.)?? ??? ?? ????? ?? ??. KS C 5601? 1997? KS X 1001? ??? ????. 1998??? ? ?? (??? ??? ?? ?? ??)? ????.</pre> </dd> </dl> <pre> ? ?? ?? ??? ??? ????.</pre> <p>?? ??, euc-kr ????? ? ??? UTF-8? ????? ??? ?? ?? ???.</p> <pre> perl -Mencoding=euc-kr,STDOUT,utf8 -pe1 < file.euckr > file.utf8</pre> <p>???? ??? ?? ? ? ????.</p> <pre> perl -Mencoding=utf8,STDOUT,euc-kr -pe1 < file.utf8 > file.euckr</pre> <pre> ?? ??? ?? ???? ? ? ??? Encode ??? ?? ???? Perl?? ?? piconv? Perl? ?? ????. ? ???? ? ? ??? piconv? Unix? ?? iconv? ??? ? ????. ? ???? ??? ????.</pre> <pre> piconv -f euc-kr -t utf8 < file.euckr > file.utf8 piconv -f utf8 -t euc-kr < file.utf8 > file.euckr</pre> <pre> ?, 'PerlIO::encoding' ??? ?? ??? ???? ??? ?? ?? (??? ??? ???) ??? ?? ? ? ????.</pre> <pre> #!/path/to/perl</pre> <pre> use encoding 'euc-kr', STDIN => 'euc-kr', STDOUT-> 'euc-kr', STDERR=>'euc-kr';</pre> <pre> print length("??"); # 2 (? ???? ?? ?? ??? ??) print length('??'); # 4 (?? ???? ??? ?? ??? ??) print index("??, ???", "?"); # -1 ('?'? ??) print index('??, ???', '?'); # 7 (8??? 9?? ???? '?'? ???? ???.)</pre> <p> </p> <h2><a name="_??__?__??_?__?__">? ??? ?? ???...</a></h2> <pre> Perl? ???? ??? ??? ??? ?? ?? ??, ? ??? ?? Perl ?? ? ??? ???? ??, Encode? ??? ?? ?? ?? ?? ? ????. ?? ? ??? ?? ?? ??? ?? ????.</pre> <p> </p> <h2><a name="perl__???_?">Perl ?? ??</a></h2> <p>??? ??? ?? ??? ??? ?? ??? ????. ? ??? ?? ??? ?? ??? ?? ???? ?? ?? ????.</p> <dl> <dt><strong><a name="http_www_perl_com3" class="item"><a href="http://www.perl.com/">http://www.perl.com/</a></a></strong> <dd> <pre> O'Reilly? Perl ? ???</pre> </dd> <dt><strong><a name="http_www_cpan_org3" class="item"><a href="http://www.cpan.org/">http://www.cpan.org/</a></a></strong> <dd> <pre> Comprehensive Perl Archive Network</pre> </dd> <dt><strong><a name="http_lists_perl_org3" class="item"><a href="http://lists.perl.org/">http://lists.perl.org/</a></a></strong> <dd> <pre> Perl ??? ???. ?? ??? ??? perl-unicode?? 'Encode'? ?? ???.</pre> </dd> </dl> <p> </p> <h2><a name="perl?__?_??_????__?_?__?__??_??_??_??_??_">Perl? ? ?? ????? ??? ? ? ?? ??? ?? ???</a></h2> <dl> <dt><strong><a name="http_www_perl_or_kr" class="item"><a href="http://www.perl.or.kr/">http://www.perl.or.kr/</a></a></strong> <dd> <pre> Perl ?? ??? ??</pre> </dd> <dt><strong><a name="news_han_comp_lang_perl" class="item"><a href="#news_han_comp_lang_perl">news:han.comp.lang.perl</a></a></strong> <dd> <pre> ??? Perl ?? ??</pre> </dd> <dt><strong><a name="http_seoul_pm_org" class="item"><a href="http://seoul.pm.org/">http://seoul.pm.org/</a></a></strong> <dd> <pre> Perl ??? (??)</pre> </dd> <dt><strong><a name="http_www_perlmania_or_kr" class="item"><a href="http://www.perlmania.or.kr/">http://www.perlmania.or.kr/</a></a></strong> <dd> <pre> Home for Korean Perlmanias</pre> </dd> <dt><strong><a name="http_www_oreilly_co_kr_perl" class="item"><a href="http://www.oreilly.co.kr/perl/">http://www.oreilly.co.kr/perl/</a></a></strong> <dd> <pre> O'Reilly?? ?? ??? Perl ?? ??</pre> </dd> <dt><strong><a name="http_www_perlschool_net" class="item"><a href="http://www.perlschool.net/">http://www.perlschool.net/</a></a></strong> <dd> <pre> Perl ?? ?? ? ??, ?? ??, ?? ?? ??? ??</pre> </dd> <dt><strong><a name="http_www_perl_co_kr" class="item"><a href="http://www.perl.co.kr">http://www.perl.co.kr</a></a></strong> <dd> <pre> Perl? ??? CGI, DB, ?? ?? ?? ?? ? ?? ??</pre> </dd> </dl> <p> </p> <h2><a name="?_????_?_?????__???_?">???? ? ??? ??? ?? ??</a></h2> <dl> <dt><strong><a name="http_www_unicode_org3" class="item"><a href="http://www.unicode.org/">http://www.unicode.org/</a></a></strong> <dd> <pre> ???? ????.</pre> </dd> <dt><strong><a name="http_std_dkuug_dk_jtc1_sc2_wg2" class="item"><a href="http://std.dkuug.dk/JTC1/SC2/WG2">http://std.dkuug.dk/JTC1/SC2/WG2</a></a></strong> <dd> <p>????? Unicode? ?? ISO ??? ISO/IEC 10646 UCS(Universal Character Set)? ??? ISO/IEC JTC1/SC2/WG2? ? ???.</p> </dd> </li> <dt><strong><a name="http_jshin_net_faq_qa8_html" class="item"><a href="http://jshin.net/faq/qa8.html">http://jshin.net/faq/qa8.html</a></a></strong> <dd> <pre> ??? ?? ?? ? ???? ?? ??.</pre> </dd> <dt><strong><a name="http_www_cl_cam_ac_uk_mgk25_unicode_html" class="item"><a href="http://www.cl.cam.ac.uk/~mgk25/unicode.html">http://www.cl.cam.ac.uk/~mgk25/unicode.html</a></a></strong> <dd> <pre> ???/????? ????? UTF-8 ??? ?? ???(FAQ)</pre> </dd> <dt><strong><a name="http_kldp_org_translations_html_utf8_unicode_kldp_utf8_unicode_kldp_html2" class="item"><a href="http://kldp.org/Translations/html/UTF8-Unicode-KLDP/UTF8-Unicode-KLDP.html">http://kldp.org/Translations/html/UTF8-Unicode-KLDP/UTF8-Unicode-KLDP.html</a></a></strong> <dd> <pre> ???/????? ????? UTF-8 ??? ?? ???(FAQ)? ??? ??</pre> </dd> </dl> <p> </p> <hr /> <h1><a name="see_also">SEE ALSO</a></h1> <p><a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/lib/Encode.html">the Encode manpage</a>, <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/lib/Encode/KR.html">the Encode::KR manpage</a>, <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/lib/encoding.html">the encoding manpage</a>, <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/pod/perluniintro.html">the perluniintro manpage</a>, <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/pod/perlunicode.html">the perlunicode manpage</a></p> <p> </p> <hr /> <h1><a name="authors">AUTHORS</a></h1> <p>Jarkko Hietaniemi <<a href="mailto:jhi@iki.fi">jhi@iki.fi</a>> ??? <<a href="mailto:jshin@mailaps.org">jshin@mailaps.org</a>></p> <table border="0" width="100%" cellspacing="0" cellpadding="3"> <tr><td class="block" style="background-color: #cccccc" valign="middle"> <big><strong><span class="block"> perlko - Perl? ??? ???</span></strong></big> </td></tr> </table> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de