From: SADAHIRO Tomoyuki Date: Tue, 24 Jun 2003 01:00:16 +0000 (+0900) Subject: [perlport.pod] code point of \cU X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d770bc45b9d62f5909fce15cbc1dd3e810cc6649;p=p5sagit%2Fp5-mst-13.2.git [perlport.pod] code point of \cU Message-Id: <20030624004743.1237.BQW10602@nifty.com> p4raw-id: //depot/perl@19846 --- diff --git a/pod/perlport.pod b/pod/perlport.pod index 45deaac..6052481 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