diff options
-rw-r--r-- | enc/gb18030.c | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -164,9 +164,21 @@ gb18030_mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc ARG_UNUSED) } static OnigCodePoint -gb18030_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 |