summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-09-23 09:21:04 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-23 09:21:04 +0000
commitf6aedeb6a8856ebab06ac3551dff75a7067ec1aa (patch)
treea9b8a29dcc3b8ad005a2ae70ffdb3809b7a1ba14
parentfc8a01dc33d7cafe6c91079f8045cbcaaa8edb1a (diff)
downloadperl-f6aedeb6a8856ebab06ac3551dff75a7067ec1aa.tar.gz
Mention the GSM 03.38 fix.
p4raw-id: //depot/maint-5.8/perl@21333
-rw-r--r--pod/perldelta.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 0cdeb1bfef..7b12713785 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -323,7 +323,8 @@ and values.
Significant updates on the encoding pragma functionality
(tr/// and the DATA filehandle, formats). The ISO 8859-6 conversion
table has been corrected (the 0x30..0x39 erroneously mapped to
-U+0660..U+0669, instead of U+0030..U+0039). The UTF-7 encoding has
+U+0660..U+0669, instead of U+0030..U+0039). The GSM 03.38 conversion
+did not handle escape sequences correctly. The UTF-7 encoding has
been added (making Encode feature-complete with Unicode::String).
=item fields