diff options
Diffstat (limited to 'enc/ascii.c')
-rw-r--r-- | enc/ascii.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/enc/ascii.c b/enc/ascii.c index 4fdc976e12..85a69e3ac7 100644 --- a/enc/ascii.c +++ b/enc/ascii.c @@ -53,6 +53,9 @@ OnigEncodingDefine(ascii, ASCII) = { onigenc_always_true_is_allowed_reverse_match, ENCINDEX_ASCII, ONIGENC_FLAG_NONE, +#ifdef ONIG_CASE_MAPPING + onigenc_not_support_case_map, +#endif /* ONIG_CASE_MAPPING */ }; ENC_ALIAS("BINARY", "ASCII-8BIT") ENC_REPLICATE("IBM437", "ASCII-8BIT") |