diff options
author | Karl Williamson <khw@cpan.org> | 2018-02-12 05:53:47 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-02-19 21:25:01 -0700 |
commit | c825ef8c59b8c249cbbb50f46c9bbce54e5a42e9 (patch) | |
tree | 508c6c8b15b9d83120c9255e717310bc48d9c3cf /utf8.h | |
parent | ecdda93980cc109c179a7cdcc139922d59ba78a5 (diff) | |
download | perl-c825ef8c59b8c249cbbb50f46c9bbce54e5a42e9.tar.gz |
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.
Diffstat (limited to 'utf8.h')
-rw-r--r-- | utf8.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |