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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/euc_tw.c b/enc/euc_tw.c
index 4d89767947..d9a7eb2695 100644
--- a/enc/euc_tw.c
+++ b/enc/euc_tw.c
@@ -224,7 +224,7 @@ OnigEncodingDefine(euc_tw, EUC_TW) = {
0,
ONIGENC_FLAG_NONE,
#ifdef ONIG_CASE_MAPPING
- onigenc_not_support_case_map,
+ onigenc_ascii_only_case_map,
#endif /* ONIG_CASE_MAPPING */
};
ENC_ALIAS("eucTW", "EUC-TW")