summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-05-16 15:19:14 -0600
committerKarl Williamson <khw@cpan.org>2016-05-24 10:26:28 -0600
commit165a1c52807daa7ad3ecc83f0811047937088904 (patch)
tree0f2f996b16693b68c82e75a181518a30f8348793 /intrpvar.h
parent00bf60caa5125511dc13041a21f3d1cf2abff837 (diff)
downloadperl-165a1c52807daa7ad3ecc83f0811047937088904.tar.gz
Keep track of if collation locale is UTF-8 or not
This will be used in future commits
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 50a9ee0a9e..9366383221 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -245,6 +245,7 @@ PERLVAR(I, exit_flags, U8) /* was exit() unexpected, etc. */
PERLVAR(I, utf8locale, bool) /* utf8 locale detected */
PERLVAR(I, in_utf8_CTYPE_locale, bool)
+PERLVAR(I, in_utf8_COLLATE_locale, bool)
#ifdef USE_LOCALE_CTYPE
PERLVAR(I, warn_locale, SV *)
#endif