aboutsummaryrefslogtreecommitdiffstats
path: root/enc/utf_16be.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/utf_16be.c')
-rw-r--r--enc/utf_16be.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/enc/utf_16be.c b/enc/utf_16be.c
index a61ae00863..6bf7d80ae2 100644
--- a/enc/utf_16be.c
+++ b/enc/utf_16be.c
@@ -250,5 +250,8 @@ OnigEncodingDefine(utf_16be, UTF_16BE) = {
onigenc_always_false_is_allowed_reverse_match,
0,
ONIGENC_FLAG_UNICODE,
+#ifdef ONIG_CASE_MAPPING
+ onigenc_unicode_case_map,
+#endif /* ONIG_CASE_MAPPING */
};
ENC_ALIAS("UCS-2BE", "UTF-16BE")