summaryrefslogtreecommitdiff
path: root/enc/utf_16le.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/utf_16le.c')
-rw-r--r--enc/utf_16le.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/enc/utf_16le.c b/enc/utf_16le.c
index 7d176e710e..a4bb6f7931 100644
--- a/enc/utf_16le.c
+++ b/enc/utf_16le.c
@@ -243,4 +243,7 @@ OnigEncodingDefine(utf_16le, UTF_16LE) = {
onigenc_always_false_is_allowed_reverse_match,
0,
ONIGENC_FLAG_UNICODE,
+#ifdef ONIG_CASE_MAPPING
+ onigenc_unicode_case_map,
+#endif /* ONIG_CASE_MAPPING */
};