From d770bc45b9d62f5909fce15cbc1dd3e810cc6649 Mon Sep 17 00:00:00 2001 From: SADAHIRO Tomoyuki Date: Tue, 24 Jun 2003 10:00:16 +0900 Subject: [perlport.pod] code point of \cU Message-Id: <20030624004743.1237.BQW10602@nifty.com> p4raw-id: //depot/perl@19846 --- pod/perlport.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pod/perlport.pod') 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 -- cgit v1.2.1