In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e0e0cbdbdf191c2840d0c02cb9a005fa990474e8?hp=21da7284d6090cdcf2be93de47dfe3e32cbaf6c4>

- Log -----------------------------------------------------------------
commit e0e0cbdbdf191c2840d0c02cb9a005fa990474e8
Author: Karl Williamson <[email protected]>
Date:   Mon Dec 19 14:04:10 2016 -0700

    utfebcdic.h: Fix typo in comment
    
    Spotted by Christian Hansen

M       utfebcdic.h

commit 133551d8ff649a7d72a473f0a71de9c69ac5221f
Author: Karl Williamson <[email protected]>
Date:   Mon Dec 19 13:25:20 2016 -0700

    perlapi: Expand on utf8n_to_uvchr_error

M       utf8.c
-----------------------------------------------------------------------

Summary of changes:
 utf8.c      | 3 +++
 utfebcdic.h | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/utf8.c b/utf8.c
index 8dc6a12c07..bc7cc0638c 100644
--- a/utf8.c
+++ b/utf8.c
@@ -1002,6 +1002,9 @@ C<UTF8_DISALLOW_SURROGATE> or the C<UTF8_WARN_SURROGATE> 
flags.
 
 =back
 
+To do your own error handling, call this function with the C<UTF8_CHECK_ONLY>
+flag to suppress any warnings, and then examine the C<*errors> return.
+
 =cut
 */
 
diff --git a/utfebcdic.h b/utfebcdic.h
index 90bdf30ca5..08b934b129 100644
--- a/utfebcdic.h
+++ b/utfebcdic.h
@@ -191,7 +191,7 @@ above what a 64 bit word can hold
 
    I8 Code Points      1st Byte  2nd Byte  3rd     4th     5th     6th     7th 
      8th  9th-14th
 
-   0x0000..0x00BF       00..BF
+   0x0000..0x009F       00..9F
    0x00A0..0x00FF     * C5..C7    A0..BF
    U+0100..U+03FF       C8..DF    A0..BF
    U+0400..U+3FFF     * E1..EF    A0..BF  A0..BF

--
Perl5 Master Repository

Reply via email to