diff options
author | Karl Williamson <khw@cpan.org> | 2019-02-04 14:11:08 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-02-05 11:44:29 -0700 |
commit | b8df1494dd61a03039c2dccfa4b1c02a73dda991 (patch) | |
tree | f837f9edec3588539342cae647eec8b4fd980336 /locale.c | |
parent | 756097427dff9d822fd551c79334ab4fd1dc65bd (diff) | |
download | perl-b8df1494dd61a03039c2dccfa4b1c02a73dda991.tar.gz |
Add variable for if the current UTF-8 locale is Turkic
It currently is always set false, until later in this series of commits.
Diffstat (limited to 'locale.c')
-rw-r--r-- | locale.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1668,6 +1668,8 @@ S_new_ctype(pTHX_ const char *newctype) } } + PL_in_utf8_turkic_locale = FALSE; + # ifdef MB_CUR_MAX /* We only handle single-byte locales (outside of UTF-8 ones; so if |