In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/c825ef8c59b8c249cbbb50f46c9bbce54e5a42e9?hp=ecdda93980cc109c179a7cdcc139922d59ba78a5>

- Log -----------------------------------------------------------------
commit c825ef8c59b8c249cbbb50f46c9bbce54e5a42e9
Author: Karl Williamson <k...@cpan.org>
Date:   Mon Feb 12 05:53:47 2018 -0700

    utf8.h: Add in #define for backcompat
    
    This symbol somehow got deleted, and it really shouldn't have been.
    
    This should not go in perldelta, as we don't want people to be using
    this ancient symbol who aren't already are.

-----------------------------------------------------------------------

Summary of changes:
 utf8.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utf8.h b/utf8.h
index 828d1d169a..e0fc6b6141 100644
--- a/utf8.h
+++ b/utf8.h
@@ -811,6 +811,7 @@ case any call to string overloading updates the internal 
UTF-8 encoding flag.
  * includes what they used to mean.  The first one's meaning was to allow the
  * just the single non-character 0xFFFF */
 #define UTF8_ALLOW_FFFF 0
+#define UTF8_ALLOW_FE_FF 0
 #define UTF8_ALLOW_SURROGATE 0
 
 /* C9 refers to Unicode Corrigendum #9: allows but discourages non-chars */

-- 
Perl5 Master Repository

Reply via email to