ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



PERLJP(1)                             Perl Programmers Reference Guide                             PERLJP(1)



NAME
       perljp - AE, Perl ~

AAaaIIAA
       Perl 3||31/2!

       Perl 5.8.0 Uni-   _
       code1/4~9| 21/21/2.2AE,>>o3o,>>31/41/4~ CJK
       (ae1,AE,o)'AE2.Unicode3|ae,>>o,>>31/4o.|3>>.,1/2~3<<3/41/2',>>(R).,>>-1/4,>>,>>,>>1/4~1/4,>>3OS1/4~AE1/4<<AE,>>(PCaMac (ae1,AE,o)'AE2.Unicode3|ae,>>o,>>31/4o.|3>>.,1/2~3<<3/41/2',>>(R).,>>1/4,>>,>>,>>1/4~1/4,>>3OS1/4~AE1/4<<AE,>>(PCaMac
1/4,>>,>>,>>1/4~1/4,>>3OS1/4~AE1/4<<AE,>>(PCaMac-intosh)~1'AE1 1/4,>>,>>,>>1/4~1/4,>>3OS1/4~AE1/4<<AE,>>(PCaMacintosh)~1'AE1
       intosh)~1'AE1
                                                     _
       Perl 1/4<< Unicode AEoo.1Perl 1 xAE,>>AE~1/2,1/2 Unicode
       o.AE11/2.AEAE1/23>>AE-9|,>>31/4+-1,1/4 o.AE11/2.AEAE1/23>>AE9|,>>31/4+-1,1/4
       9|,>>31/4+-1,1/4 Encode x~,1/2-:-AEaUnicode
       3,>>31/4,B'1'+-1"|AE1

       ,1/2>> Encode ~1/41,>>31/4o21/4a1

         7bit-jis      AdobeStandardEncoding AdobeSymbol       AdobeZdingbat
         ascii             big5              big5-hkscs        cp1006
         cp1026            cp1047            cp1250            cp1251
         cp1252            cp1253            cp1254            cp1255
         cp1256            cp1257            cp1258            cp37
         cp424             cp437             cp500             cp737
         cp775             cp850             cp852             cp855
         cp856             cp857             cp860             cp861
         cp862             cp863             cp864             cp865
         cp866             cp869             cp874             cp875
         cp932             cp936             cp949             cp950
         dingbats          euc-cn            euc-jp            euc-kr
         gb12345-raw       gb2312-raw        gsm0338           hp-roman8
         hz                iso-2022-jp       iso-2022-jp-1     iso-8859-1
         iso-8859-10       iso-8859-11       iso-8859-13       iso-8859-14
         iso-8859-15       iso-8859-16       iso-8859-2        iso-8859-3
         iso-8859-4        iso-8859-5        iso-8859-6        iso-8859-7
         iso-8859-8        iso-8859-9        iso-ir-165        jis0201-raw
         jis0208-raw       jis0212-raw       johab             koi8-f
         koi8-r            koi8-u            ksc5601-raw       MacArabic
         MacCentralEurRoman  MacChineseSimp    MacChineseTrad    MacCroatian
         MacCyrillic       MacDingbats       MacFarsi          MacGreek
         MacHebrew         MacIcelandic      MacJapanese       MacKorean
         MacRoman          MacRomanian       MacRumanian       MacSami
         MacSymbol         MacThai           MacTurkish        MacUkrainian
         nextstep          posix-bc          shiftjis          symbol
         UCS-2BE           UCS-2LE           UTF-16            UTF-16BE
         UTF-16LE          UTF-32            UTF-32BE          UTF-32LE
         utf8              viscii

       ('1141/4)

       ",>>31/4FOOUTF-8'11o21/4|.1

           perl -Mencoding=FOO,STDOUT,utf8 -pe1 < file.FOO > file.utf8

       Perl'~Perl1/2<<,>>31/4'1ae1/4AEAEpiconvo.AEo21/4|13-1 Perl'~Perl1/2<<,>>31/4'1ae1/4AEAEpiconvo.AEo21/4|131
       1

          piconv -f FOO -t utf8 < file.FOO > file.utf8
          piconv -f utf8 -t FOO < file.utf8 > file.FOO

       About (jcode.pl|Jcode.pm|JPerl)
                     _
       5.8oo1 x~EUC-JPAE+-o.|3~-.AE1/2o.|,1/4.AEJcode.pm~( x~EUC-JPAE+-o.|3~.AE1/2o.|,1/4.AEJcode.pm~(
       .AE1/2o.|,1/4.AEJcode.pm~( http://openlab.jp/Jcode/
       )perl4ae1/4AEAE.AEjcode.pl( http://srekcah.org/jcode/
       )~1/23/4,oB.AE,o."CGI AE3,ae,,3/4  <<>>x1.AE,~1/2,1/2| o.|321/2.

       5.005ooPerlAE,AE21/2.1/4<<oJperl~,oB..( http://home-
       page2.nifty.com/kipp/perl/jperl/index.html )Mac OS 9.x/Clas-
       sicPerlMacPerlAE,MacJPerl.AE,oB.AE.(
       http://world.std.com/~habilis/macjperl/
       ).3,>>31/4.AEEUC-JP2"Shift_JIS1/2o.|3~-
       AE,~1/2,1/2o.|321/2.

       Perl5.831/2~1AEPerl+-1/4,1/23/4AE,Bo3/4-
114,>>31/41AE.<<AE+->>o.|3~-
1CPAN<<..,>>31/4,1/4AE1/413'+--
       |AE1

          AE1/2

           o21/4Shift_JISAEEUC-JP'1.AE1/2.1

             # jcode.pl
             require "jcode.pl";
             while(<>){
               jcode::convert(*_, 'euc', 'sjis');
               print;
             }
             # Jcode.pm
             use Jcode;
             while(<>){
                   print Jcode->new($_, 'sjis')->euc;
             }
             # Perl 5.8
             use Encode;
             while(<>){
               from_to($_, 'shiftjis', 'euc-jp');
               print;
             }
             # Perl 5.8 - encoding .AE
             use encoding 'euc-jp', STDIN => 'shiftjis';
             while(<>){
                   print;
             }
                        _
          Jperl ,B'11 x

            ae"shebang"111+-Jperlscript11.21/2>>x1

              #!/path/to/jperl
              
              #!/path/to/perl -Mencoding=euc-jp
                   _                                   _
            3/4.  perldoc encoding >>23/4.AE 
                    _
       xxuuxxeexxEE3/4UUxx.xx

       Perl>>~o.AEaPerl.1/2Uni-        _
       code1/41/2.AEEncode,1/4>>~o<< AE1>>o~+-,1~o21/431/2o+--:-13~21/21

         perldoc perlunicode # PerlUnicode1/4'
         perldoc Encode      # Encode,1/4'.AE
         perldoc Encode::JP  # |AE,,>>31/4'.AE

       PerlAA'EEIIxxEE'OOxx1xxee URL


       <http://www.perl.com/
           Perl 1/41/4, (O'Reilly and Associates)

       <http://www.cpan.org/
           CPAN (Comprehensive Perl Archive Network)

       <http://lists.perl.org/
           Perl 1/4o11/2,

       PerlxxII1/2xxAEAAxxEEIIooII(C)xxAA URL


       <http://www.oreilly.com.tw/chinese/
           O'Reilly 1/4Perl'1/2(>>ae1,)

       <http://www.oreilly.com.cn/chinese/
           O'Reilly 1/4Perl'1/2('>>ae1,)

       <http://www.oreilly.co.jp/catalog.htm
           a1/41/4Perl'1/2(AE,)

       Perl YYaeii1/4YY9|ii1/4YYoYYeeii1/4YYx


       <http://www.pm.org/groups/asia.shtml#China
           ae1ae2+-9||1

       <http://www.pm.org/groups/asia.shtml#Japan
           AE

       <http://www.pm.org/groups/asia.shtml#Korea%20(Republic%20of)
           '1'+-1

       <http://www.pm.org/groups/asia.shtml#Taiwan
           aeae2+-1

       Unicode'OOIIccxxIIURL


       <http://www.unicode.org/
           Unicode 31/21/4. (Unicode~3a)

       <http://www.cl.cam.ac.uk/%7Emgk25/unicode.html
           UTF-8 and Unicode FAQ for Unix/Linux

       <http://kldp.org/Translations/html/UTF8-Unicode-KLDP/UTF8-Unicode-KLDP.html
           UTF-8 and Unicode FAQ for Unix/Linux (o)

AUTHORS
       Jarkko Hietaniemi <jhi@iki.fi> Dan Kogai (3/4(R)>>AE) <dankogai@dan.co.jp>



perl v5.8.8                                      2006-01-07                                        PERLJP(1)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.