summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-06-13 11:48:40 -0600
committerKarl Williamson <public@khwilliamson.com>2011-06-13 12:26:17 -0600
commit25aa614deb60ccb7310140fba8cc9bda35987941 (patch)
treeff3ec727054bd3978e97c98767bf7b81d02a8e47 /pod
parenta2bf5ab1b8344732c3d83dcec1278b619c9daf6a (diff)
downloadperl-25aa614deb60ccb7310140fba8cc9bda35987941.tar.gz
charnames: Abbreviations wrong on certain C1 controls
The abbreviations for 4 of the C1 controls have a trailing blank. Unfortunately so did the tests for them.
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod11
1 files changed, 11 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 75e8230bf1..9f718c32ed 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1060,6 +1060,17 @@ An ASCII single quote (') in a symbol name is meant to be equivalent to a
double colon (::) except at the end of the name. It was not equivalent if
followed by a null character, but now it is [RT #88138].
+=item *
+
+The abbreviations for four C1 control characters
+C<MW>
+C<PM>,
+C<RI>,
+and
+C<ST>
+were previously unrecognized by C<\N{}>,
+vianame(), and string_vianame().
+
=back
=head2 Additional fixes by ticket number