diff options
author | Karl Williamson <khw@cpan.org> | 2015-05-19 13:31:09 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-07-28 22:15:51 -0600 |
commit | 8f57fa7d32a4c3ae3d1497b23c7dd74a0feeaec1 (patch) | |
tree | 471e3816ae99a85c5664f892953a28f7158bedec /regen | |
parent | 140685c2de5740e4e4911e3c69a1681b3c0fe32d (diff) | |
download | perl-8f57fa7d32a4c3ae3d1497b23c7dd74a0feeaec1.tar.gz |
regen/unicode_constants.pl: Skip U+1E9E if not in Unicode version
LATIN CAPITAL LETTER SHARP S is not available in all Unicode releases;
simply skip generating things when it isn't there.
Diffstat (limited to 'regen')
-rw-r--r-- | regen/unicode_constants.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/unicode_constants.pl b/regen/unicode_constants.pl index 38ee0187a7..a1978ded95 100644 --- a/regen/unicode_constants.pl +++ b/regen/unicode_constants.pl @@ -188,7 +188,7 @@ U+0300 string U+0399 string U+03BC string -U+1E9E string +U+1E9E string_skip_if_undef U+FB05 string U+FB06 string |