diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-06-02 12:05:34 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-06-02 12:19:04 -0600 |
commit | fe3193b514b01b0a636361da0103ed33393cf9c4 (patch) | |
tree | fe33d9a73a7aa6e6066234dd889daa760489cf49 /pod | |
parent | c292d35a225572156ccde6f3a812f532f4347fad (diff) | |
download | perl-fe3193b514b01b0a636361da0103ed33393cf9c4.tar.gz |
mktables: Convert to BELL meaning U+1F514
As a result of the Unicode 6.0 mistake of using "BELL" to refer to
a different code point, Perl has deprecated use of this name for 2 major
release cycles, while not fully implementing Unicode in the interim, to
allow any affected code to migrate to the new name
This commit now switches to the new meaning of BELL.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 88d4ca1598..946f3f77dc 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -44,7 +44,13 @@ XXX For a release on a stable branch, this section aspires to be: If any exist, they are bugs, and we request that you submit a report. See L</Reporting Bugs> below. -[ List each incompatible change as a =head2 entry ] +=head2 C<\N{BELL}> now refers to U+1F514 instead of U+0007 + +Unicode 6.0 reused the name "BELL" for a different code point than it +traditionally had meant. Since Perl v5.14, use of this name still +referred to U+0007, but would raise a deprecated warning. Now, "BELL" +refers to U+1F514, and the name for U+0007 is "ALERT". All the +functions in L<charnames> have been correspondingly updated. =head1 Deprecations |