summaryrefslogtreecommitdiff
path: root/pod/perlport.pod
diff options
context:
space:
mode:
authorSADAHIRO Tomoyuki <BQW10602@nifty.com>2003-06-24 10:00:16 +0900
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-06-23 20:52:26 +0000
commitd770bc45b9d62f5909fce15cbc1dd3e810cc6649 (patch)
tree19e94e218ffc8c3420c8c48e83e4313d67153d80 /pod/perlport.pod
parent82c44e3364eb3c4078c422ac12fbcf5ac46c2ce7 (diff)
downloadperl-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.pod4
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