diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-05-14 09:47:36 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-05-14 09:49:10 -0600 |
commit | 820cce217ad43afaf7a23795217d77b56d2a62c0 (patch) | |
tree | ceb59094fb2176f79bafa49c1fb9945434359f74 | |
parent | e58efd23bbc2662210fe98a6ade2d6a2b05398cb (diff) | |
download | perl-820cce217ad43afaf7a23795217d77b56d2a62c0.tar.gz |
perldelta: Remove duplicate paragraph
-rw-r--r-- | pod/perldelta.pod | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2e5f662903..850e02d11d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2350,16 +2350,6 @@ string (0 is the return), and overlong UTF-8 sequences. =item * -The returned code point from the function C<utf8n_to_uvuni()> -when the input is malformed UTF-8, malformations are allowed, and -C<utf8> warnings are off is now the Unicode REPLACEMENT CHARACTER -whenever the malformation is such that no well-defined code point can be -computed. Previously the returned value was essentially garbage. The -only malformations that have well-defined values are a zero-length -string (0 is the return), and overlong UTF-8 sequences. - -=item * - Padlists are now marked C<AvREAL>; i.e., reference-counted. They have always been reference-counted, but were not marked real, because F<pad.c> did its own clean-up, instead of using the usual clean-up code in F<sv.c>. |