summaryrefslogtreecommitdiff
path: root/enc/euc_tw.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/euc_tw.c')
-rw-r--r--enc/euc_tw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/enc/euc_tw.c b/enc/euc_tw.c
index 6d193b745e..4d89767947 100644
--- a/enc/euc_tw.c
+++ b/enc/euc_tw.c
@@ -223,5 +223,8 @@ OnigEncodingDefine(euc_tw, EUC_TW) = {
euctw_is_allowed_reverse_match,
0,
ONIGENC_FLAG_NONE,
+#ifdef ONIG_CASE_MAPPING
+ onigenc_not_support_case_map,
+#endif /* ONIG_CASE_MAPPING */
};
ENC_ALIAS("eucTW", "EUC-TW")