summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-02-04 14:11:08 -0700
committerKarl Williamson <khw@cpan.org>2019-02-05 11:44:29 -0700
commitb8df1494dd61a03039c2dccfa4b1c02a73dda991 (patch)
treef837f9edec3588539342cae647eec8b4fd980336 /locale.c
parent756097427dff9d822fd551c79334ab4fd1dc65bd (diff)
downloadperl-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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/locale.c b/locale.c
index 0f40250700..383b2137c0 100644
--- a/locale.c
+++ b/locale.c
@@ -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