Change 19846 by [EMAIL PROTECTED] on 2003/06/23 20:52:26
Subject: [perlport.pod] code point of \cU
From: SADAHIRO Tomoyuki <[EMAIL PROTECTED]>
Date: Tue, 24 Jun 2003 01:00:16 +0900
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlport.pod#137 edit
Differences ...
==== //depot/perl/pod/perlport.pod#137 (text) ====
Index: perl/pod/perlport.pod
--- perl/pod/perlport.pod#136~19641~ Fri May 30 08:59:57 2003
+++ perl/pod/perlport.pod Mon Jun 23 13:52:26 2003
@@ -192,8 +192,8 @@
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
End of Patch.