summaryrefslogtreecommitdiff
path: root/enc/gb18030.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/gb18030.c')
-rw-r--r--enc/gb18030.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/enc/gb18030.c b/enc/gb18030.c
index d4184333f5..6efc66e947 100644
--- a/enc/gb18030.c
+++ b/enc/gb18030.c
@@ -599,5 +599,8 @@ OnigEncodingDefine(gb18030, GB18030) = {
gb18030_is_allowed_reverse_match,
0,
ONIGENC_FLAG_NONE,
+#ifdef ONIG_CASE_MAPPING
+ onigenc_not_support_case_map,
+#endif /* ONIG_CASE_MAPPING */
};