From 5d9fe53c464517d65c13ad8adf0f6965afce5075 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 20 May 2012 15:50:25 -0600 Subject: [PATCH] perlebcdic: Add a few commas for clarity --- pod/perlebcdic.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perlebcdic.pod b/pod/perlebcdic.pod index bad5792..2c7541a 100644 --- a/pod/perlebcdic.pod +++ b/pod/perlebcdic.pod @@ -42,9 +42,9 @@ One common one is the ISO 8859-1 character set. =head2 ISO 8859 The ISO 8859-$n are a collection of character code sets from the -International Organization for Standardization (ISO) each of which +International Organization for Standardization (ISO), each of which adds characters to the ASCII set that are typically found in European -languages many of which are based on the Roman, or Latin, alphabet. +languages, many of which are based on the Roman, or Latin, alphabet. =head2 Latin 1 (ISO 8859-1) @@ -695,7 +695,7 @@ reversed. For example, to convert ASCII/Latin1 to code page 037 take the output of the second numbers column from the output of recipe 2 (modified to add '\' -characters) and use it in tr/// like so: +characters), and use it in tr/// like so: $cp_037 = '\x00\x01\x02\x03\x37\x2D\x2E\x2F\x16\x05\x25\x0B\x0C\x0D\x0E\x0F' . -- 2.7.4