aboutsummaryrefslogtreecommitdiffstats
path: root/enc/utf_8.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/utf_8.c')
-rw-r--r--enc/utf_8.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/enc/utf_8.c b/enc/utf_8.c
index ae5258dae2..5766d04d57 100644
--- a/enc/utf_8.c
+++ b/enc/utf_8.c
@@ -430,6 +430,9 @@ OnigEncodingDefine(utf_8, UTF_8) = {
onigenc_always_true_is_allowed_reverse_match,
ENCINDEX_UTF_8,
ONIGENC_FLAG_UNICODE,
+#ifdef ONIG_CASE_MAPPING
+ onigenc_unicode_case_map,
+#endif /* ONIG_CASE_MAPPING */
};
ENC_ALIAS("CP65001", "UTF-8")