diff options
author | Karl Williamson <khw@cpan.org> | 2015-06-27 14:11:04 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-07-28 22:15:55 -0600 |
commit | 099323b4093c97c455157b30e60502a8dde670c1 (patch) | |
tree | 90a404965f5bedf5b26abc2aa02f3f31862290f8 /regcharclass.h | |
parent | 5c6d9947ee9deb135c5b5a9b723fc8cbe41bf81b (diff) | |
download | perl-099323b4093c97c455157b30e60502a8dde670c1.tar.gz |
regen/regcharclass.pl: Work on early Unicodes
This just changes, for properties that aren't defined in all Unicode
versions, to use synonyms that are defined in all
Diffstat (limited to 'regcharclass.h')
-rw-r--r-- | regcharclass.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/regcharclass.h b/regcharclass.h index f19502e233..93eb15013c 100644 --- a/regcharclass.h +++ b/regcharclass.h @@ -168,7 +168,7 @@ /* NONCHAR: Non character code points - \p{Nchar} + \p{_Perl_Nchar} */ /*** GENERATED CODE ***/ #define is_NONCHAR_utf8(s) \ @@ -185,7 +185,7 @@ /* SURROGATE: Surrogate characters - \p{Gc=Cs} + \p{_Perl_Surrogate} */ /*** GENERATED CODE ***/ #define is_SURROGATE_utf8(s) \ @@ -591,7 +591,7 @@ /* PATWS: pattern white space - \p{PatWS} + \p{_Perl_PatWS} */ /*** GENERATED CODE ***/ #define is_PATWS_safe(s,e,is_utf8) \ @@ -761,7 +761,7 @@ /* NONCHAR: Non character code points - \p{Nchar} + \p{_Perl_Nchar} */ /*** GENERATED CODE ***/ #define is_NONCHAR_utf8(s) \ @@ -782,7 +782,7 @@ /* SURROGATE: Surrogate characters - \p{Gc=Cs} + \p{_Perl_Surrogate} */ /*** GENERATED CODE ***/ #define is_SURROGATE_utf8(s) \ @@ -1205,7 +1205,7 @@ /* PATWS: pattern white space - \p{PatWS} + \p{_Perl_PatWS} */ /*** GENERATED CODE ***/ #define is_PATWS_safe(s,e,is_utf8) \ @@ -1373,7 +1373,7 @@ /* NONCHAR: Non character code points - \p{Nchar} + \p{_Perl_Nchar} */ /*** GENERATED CODE ***/ #define is_NONCHAR_utf8(s) \ @@ -1394,7 +1394,7 @@ /* SURROGATE: Surrogate characters - \p{Gc=Cs} + \p{_Perl_Surrogate} */ /*** GENERATED CODE ***/ #define is_SURROGATE_utf8(s) \ @@ -1825,7 +1825,7 @@ /* PATWS: pattern white space - \p{PatWS} + \p{_Perl_PatWS} */ /*** GENERATED CODE ***/ #define is_PATWS_safe(s,e,is_utf8) \ @@ -1993,7 +1993,7 @@ /* NONCHAR: Non character code points - \p{Nchar} + \p{_Perl_Nchar} */ /*** GENERATED CODE ***/ #define is_NONCHAR_utf8(s) \ @@ -2014,7 +2014,7 @@ /* SURROGATE: Surrogate characters - \p{Gc=Cs} + \p{_Perl_Surrogate} */ /*** GENERATED CODE ***/ #define is_SURROGATE_utf8(s) \ @@ -2445,7 +2445,7 @@ /* PATWS: pattern white space - \p{PatWS} + \p{_Perl_PatWS} */ /*** GENERATED CODE ***/ #define is_PATWS_safe(s,e,is_utf8) \ @@ -2517,6 +2517,6 @@ * 668579029ac0720853bf19781ec10ec922495271543c91531d7a6db3fcdffba9 lib/unicore/mktables * 462c9aaa608fb2014cd9649af1c5c009485c60b9c8b15b89401fdc10cf6161c6 lib/unicore/version * c6884f4d629f04d1316f3476cb1050b6a1b98ca30c903262955d4eae337c6b1e regen/charset_translations.pl - * 8b29da548b7ad90659de234b5061a8c9fb0f40322a256d60fc5e9385ae4ece0e regen/regcharclass.pl + * d9c04ac46bdd81bb3e26519f2b8eb6242cb12337205add3f7cf092b0c58dccc4 regen/regcharclass.pl * 393f8d882713a3ba227351ad0f00ea4839fda74fcf77dcd1cdf31519925adba5 regen/regcharclass_multi_char_folds.pl * ex: set ro: */ |