diff options
Diffstat (limited to 'src/sjis.c')
-rw-r--r-- | src/sjis.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -268,7 +268,7 @@ property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) if (len < sizeof(q) - 1) { xmemcpy(q, p, (size_t )len); q[len] = '\0'; - pc = euc_jp_lookup_property_name(q, len); + pc = onigenc_sjis_lookup_property_name(q, len); if (pc != 0) return pc->ctype; } |