From 0e56abba1c48d143424bd7b468b4edea12d47eaf Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Tue, 21 May 2013 07:27:51 -0400 Subject: [PATCH] typo fix for ebcdic pod --- pod/perlebcdic.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlebcdic.pod b/pod/perlebcdic.pod index 2256fb1..f29db89 100644 --- a/pod/perlebcdic.pod +++ b/pod/perlebcdic.pod @@ -240,7 +240,7 @@ extensions to ASCII have been labelled with character names roughly corresponding to I albeit with substitutions such as s/LATIN// and s/VULGAR// in all cases, s/CAPITAL LETTER// in some cases, and s/SMALL LETTER ([A-Z])/\l$1/ in some other -cases. Controls are listed using their Unicode 6.1 abbreviatons. +cases. Controls are listed using their Unicode 6.2 abbreviations. The differences between the 0037 and 1047 sets are flagged with **. The differences between the 1047 and POSIX-BC sets are flagged with ##. All ord() numbers listed are decimal. If you -- 2.7.4