diff options
-rw-r--r-- | enc/euc_jp.c | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -133,9 +133,21 @@ mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc ARG_UNUSED) } static OnigCodePoint -mbc_to_code(const UChar* p, const UChar* end, int *precise_ret, OnigEncoding enc) { - return onigenc_mbn_mbc_to_code(enc, p, end, precise_ret); } static int |