diff options
author | Karl Williamson <khw@cpan.org> | 2016-09-17 21:07:29 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-09-17 21:10:50 -0600 |
commit | 178122f6e0bac976a9e16e3553b9469414d70f3c (patch) | |
tree | 6012222196ff6c8f35df6fa1e5b1285161942b6e /pod | |
parent | 82c5d9411d56e20ecc88026f926f533fe72d6b4d (diff) | |
download | perl-178122f6e0bac976a9e16e3553b9469414d70f3c.tar.gz |
perldelta for new Unicode-handling function.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index cf414cd5be..732df74eb0 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -342,7 +342,9 @@ well. =item * -XXX +Several macros and functions have been added to the public API for +dealing with Unicode and UTF-8-encoded strings. See +L<perlapi/Unicode Support>. =back |