aboutsummaryrefslogtreecommitdiffstats
path: root/enc/utf_32be.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/utf_32be.c')
-rw-r--r--enc/utf_32be.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/enc/utf_32be.c b/enc/utf_32be.c
index 43c07e2e8f..b37e961e17 100644
--- a/enc/utf_32be.c
+++ b/enc/utf_32be.c
@@ -188,6 +188,9 @@ OnigEncodingDefine(utf_32be, UTF_32BE) = {
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-4BE", "UTF-32BE")