summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-10-02 22:34:37 -0600
committerKarl Williamson <khw@cpan.org>2019-11-06 21:22:24 -0700
commit8c90d3a9c79a9471ef12dde584263fc38571cf46 (patch)
tree758fc8dac38750475f4a7feb5413c57d59e9e275 /perl.c
parent58a0d047aa9b5d14eab60e85a550efa918a92018 (diff)
downloadperl-8c90d3a9c79a9471ef12dde584263fc38571cf46.tar.gz
intrpvar.h: Add variable for use in tr///
This is part of this branch of changes.
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index cad0e2212d..d14da14925 100644
--- a/perl.c
+++ b/perl.c
@@ -299,6 +299,9 @@ perl_construct(pTHXx)
STATUS_ALL_SUCCESS;
init_uniprops();
+ (void) uvchr_to_utf8_flags((U8 *) PL_TR_SPECIAL_HANDLING_UTF8,
+ TR_SPECIAL_HANDLING,
+ UNICODE_ALLOW_ABOVE_IV_MAX);
#if defined(LOCAL_PATCH_COUNT)
PL_localpatches = local_patches; /* For possible -v */