diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-08 22:03:15 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-08 22:03:15 +0000 |
commit | e6f03d268116532cf99f1fc3fe20dcc057c9f0c5 (patch) | |
tree | 86db843b841afdb32b4b82daeba801c7d962a024 | |
parent | 3df9be300aa76fdeef4d24d3449ba42fdc4bd784 (diff) | |
download | perl-e6f03d268116532cf99f1fc3fe20dcc057c9f0c5.tar.gz |
s/Plan9/Plan 9/g; (and one remaning MacOS)
p4raw-id: //depot/perl@17122
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | README.jp | 2 | ||||
-rw-r--r-- | pod/perlopentut.pod | 2 | ||||
-rw-r--r-- | pod/perlport.pod | 40 | ||||
-rw-r--r-- | pod/perlrun.pod | 2 |
5 files changed, 24 insertions, 24 deletions
@@ -1373,7 +1373,7 @@ libgdbm under HP-UX 11. =item Porting information -Specific information for the OS/2, Plan9, VMS and Win32 ports is in the +Specific information for the OS/2, Plan 9, VMS and Win32 ports is in the corresponding README files and subdirectories. Additional information, including a glossary of all those config.sh variables, is in the Porting subdirectory. Especially Porting/Glossary should come in handy. @@ -63,7 +63,7 @@ Perl 自身は Unicode で動作します。Perl スクリプト内の文字列リテラルや正規表現は 5.8以前の、スクリプトがEUC-JPであればリテラルだけは扱うことができました。また、入出力を扱うモジュールとしてはJcode.pmが( http://openlab.jp/Jcode/ )、perl4用のユーティリティとしてはjcode.pl( http://srekcah.org/jcode/ )がそれぞれ存在し、日本語の扱えるCGIでよく利用されていることを御存じの方も少なくないかと思われます。ただし、日本語による正規表現をうまく扱うことは不可能でした。 -5.005以前のPerlには、日本語に特化したローカライズ版、Jperlが存在しました( http://homepage2.nifty.com/kipp/perl/jperl/index.html )。また、MacOS 9.x/Classic用のPerl、MacPerlの日本語版もMacJPerlとして存在してました。( http://world.std.com/~habilis/macjperl/ ).これらでは文字コードとしてEUC-JPに加えShift_JISもそのまま扱うことができ、また日本語による正規表現を扱うことも可能でした。 +5.005以前のPerlには、日本語に特化したローカライズ版、Jperlが存在しました( http://homepage2.nifty.com/kipp/perl/jperl/index.html )。また、Mac OS 9.x/Classic用のPerl、MacPerlの日本語版もMacJPerlとして存在してました。( http://world.std.com/~habilis/macjperl/ ).これらでは文字コードとしてEUC-JPに加えShift_JISもそのまま扱うことができ、また日本語による正規表現を扱うことも可能でした。 Perl5.8では、これらの機能がすべてPerl本体だけで実現できる上に、日本語のみならず上記114の文字コードをすべて、しかも同時に扱うことができます。さらに、CPANなどから新しい文字コード用のモジュールを入手することも簡単にできるようになっています。 diff --git a/pod/perlopentut.pod b/pod/perlopentut.pod index ebf57d54c2..34405639f4 100644 --- a/pod/perlopentut.pod +++ b/pod/perlopentut.pod @@ -740,7 +740,7 @@ sneaky data mutilation behind your back. Depending on the vicissitudes of your runtime system, even these calls may need C<binmode> or C<O_BINARY> first. Systems known to be free of -such difficulties include Unix, the Mac OS, Plan9, and Inferno. +such difficulties include Unix, the Mac OS, Plan 9, and Inferno. =head2 File Locking diff --git a/pod/perlport.pod b/pod/perlport.pod index b3e29cc4c8..d08ebb0d07 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -1399,7 +1399,7 @@ as well as from CPAN. =item * -Plan 9, F<README.plan9> +S<Plan 9>, F<README.plan9> =back @@ -1502,7 +1502,7 @@ in the SYSTEM environment settings. (Cygwin) =item chown LIST -Not implemented. (S<Mac OS>, Win32, Plan9, S<RISC OS>, VOS) +Not implemented. (S<Mac OS>, Win32, S<Plan 9>, S<RISC OS>, VOS) Does nothing, but won't fail. (Win32) @@ -1510,7 +1510,7 @@ Does nothing, but won't fail. (Win32) =item chroot -Not implemented. (S<Mac OS>, Win32, VMS, Plan9, S<RISC OS>, VOS, VM/ESA) +Not implemented. (S<Mac OS>, Win32, VMS, S<Plan 9>, S<RISC OS>, VOS, VM/ESA) =item crypt PLAINTEXT,SALT @@ -1521,11 +1521,11 @@ Not implemented. (VOS) =item dbmclose HASH -Not implemented. (VMS, Plan9, VOS) +Not implemented. (VMS, S<Plan 9>, VOS) =item dbmopen HASH,DBNAME,MODE -Not implemented. (VMS, Plan9, VOS) +Not implemented. (VMS, S<Plan 9>, VOS) =item dump LABEL @@ -1602,7 +1602,7 @@ Not implemented. (S<Mac OS>, Win32, VMS, S<RISC OS>) =item getnetbyname NAME -Not implemented. (S<Mac OS>, Win32, Plan9) +Not implemented. (S<Mac OS>, Win32, S<Plan 9>) =item getpwuid UID @@ -1616,7 +1616,7 @@ Not implemented. (S<Mac OS>, Win32, VMS, S<RISC OS>) =item getnetbyaddr ADDR,ADDRTYPE -Not implemented. (S<Mac OS>, Win32, Plan9) +Not implemented. (S<Mac OS>, Win32, S<Plan 9>) =item getprotobynumber NUMBER @@ -1640,31 +1640,31 @@ Not implemented. (S<Mac OS>, Win32) =item getnetent -Not implemented. (S<Mac OS>, Win32, Plan9) +Not implemented. (S<Mac OS>, Win32, S<Plan 9>) =item getprotoent -Not implemented. (S<Mac OS>, Win32, Plan9) +Not implemented. (S<Mac OS>, Win32, S<Plan 9>) =item getservent -Not implemented. (Win32, Plan9) +Not implemented. (Win32, S<Plan 9>) =item sethostent STAYOPEN -Not implemented. (S<Mac OS>, Win32, Plan9, S<RISC OS>) +Not implemented. (S<Mac OS>, Win32, S<Plan 9>, S<RISC OS>) =item setnetent STAYOPEN -Not implemented. (S<Mac OS>, Win32, Plan9, S<RISC OS>) +Not implemented. (S<Mac OS>, Win32, S<Plan 9>, S<RISC OS>) =item setprotoent STAYOPEN -Not implemented. (S<Mac OS>, Win32, Plan9, S<RISC OS>) +Not implemented. (S<Mac OS>, Win32, S<Plan 9>, S<RISC OS>) =item setservent STAYOPEN -Not implemented. (Plan9, Win32, S<RISC OS>) +Not implemented. (S<Plan 9>, Win32, S<RISC OS>) =item endpwent @@ -1680,19 +1680,19 @@ Not implemented. (S<Mac OS>, Win32) =item endnetent -Not implemented. (S<Mac OS>, Win32, Plan9) +Not implemented. (S<Mac OS>, Win32, S<Plan 9>) =item endprotoent -Not implemented. (S<Mac OS>, Win32, Plan9) +Not implemented. (S<Mac OS>, Win32, S<Plan 9>) =item endservent -Not implemented. (Plan9, Win32) +Not implemented. (S<Plan 9>, Win32) =item getsockopt SOCKET,LEVEL,OPTNAME -Not implemented. (Plan9) +Not implemented. (S<Plan 9>) =item glob EXPR @@ -1752,7 +1752,7 @@ Return values (especially for device and inode) may be bogus. (Win32) =item msgrcv ID,VAR,SIZE,TYPE,FLAGS -Not implemented. (S<Mac OS>, Win32, VMS, Plan9, S<RISC OS>, VOS) +Not implemented. (S<Mac OS>, Win32, VMS, S<Plan 9>, S<RISC OS>, VOS) =item open FILEHANDLE,EXPR @@ -1810,7 +1810,7 @@ Not implemented. (S<Mac OS>, MPE/iX, Win32, S<RISC OS>) =item setsockopt SOCKET,LEVEL,OPTNAME,OPTVAL -Not implemented. (Plan9) +Not implemented. (S<Plan 9>) =item shmctl ID,CMD,ARG diff --git a/pod/perlrun.pod b/pod/perlrun.pod index dd806bff29..60c7929566 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -166,7 +166,7 @@ common) and how to protect whitespace and these characters to run one-liners (see B<-e> below). On some systems, you may have to change single-quotes to double ones, -which you must I<not> do on Unix or Plan9 systems. You might also +which you must I<not> do on Unix or Plan 9 systems. You might also have to change a single % to a %%. For example: |