doc 5f26d5 (mostly by rewording Karl's commit message)
Matt S Trout [Thu, 17 Jun 2010 03:01:22 +0000 (04:01 +0100)]
pod/perl5132delta.pod

index 903a3e6..f03f5ab 100644 (file)
@@ -107,6 +107,21 @@ XXX
 XXX Changes which significantly change existing files in F<pod/> go here.
 Any changes to F<pod/perldiag.pod> should go in L</New or Changed Diagnostics>.
 
+=head2 Replace wrong tr/// table in perlebcdic.pod
+
+perlebcdic.pod contains a helpful table to use in tr/// to convert
+between EBCDIC and Latin1/ASCII.  Unfortunately, the table was the
+inverse of the one it describes, though the code that used the table
+worked correctly for the specific example given.
+
+The table has been changed to its inverse, and the sample code changed
+to correspond, as this is easier for the person trying to follow the
+instructions since deriving the old table is somewhat more complicated.
+
+The table has also been changed to hex from octal, as that is more the norm
+these days, and the recipes in the pod altered to print out leading
+zeros to make all the values the same length, as the table that they can
+generate has them.
 
 =head1 Performance Enhancements