diff options
author | SADAHIRO Tomoyuki <BQW10602@nifty.com> | 2003-06-24 10:00:16 +0900 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-06-23 20:52:26 +0000 |
commit | d770bc45b9d62f5909fce15cbc1dd3e810cc6649 (patch) | |
tree | 19e94e218ffc8c3420c8c48e83e4313d67153d80 /pod/perlport.pod | |
parent | 82c44e3364eb3c4078c422ac12fbcf5ac46c2ce7 (diff) | |
download | perl-d770bc45b9d62f5909fce15cbc1dd3e810cc6649.tar.gz |
[perlport.pod] code point of \cU
Message-Id: <20030624004743.1237.BQW10602@nifty.com>
p4raw-id: //depot/perl@19846
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r-- | pod/perlport.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index 45deaac333..605248171e 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -192,8 +192,8 @@ There may well be others. For example, on an EBCDIC implementation such as z/OS (OS/390) or OS/400 (using the ILE, the PASE is ASCII-based) the above material is similar to "Unix" but the code numbers change: - LF eq \025 eq \x15 eq chr(21) eq CP-1047 21 - LF eq \045 eq \x25 eq \cU eq chr(37) eq CP-0037 37 + LF eq \025 eq \x15 eq \cU eq chr(21) eq CP-1047 21 + LF eq \045 eq \x25 eq chr(37) eq CP-0037 37 CR eq \015 eq \x0D eq \cM eq chr(13) eq CP-1047 13 CR eq \015 eq \x0D eq \cM eq chr(13) eq CP-0037 13 |