SJIS encoding don't have single byte characters >= 224
MFC after: 1 week
This commit is contained in:
parent
bc5a80161c
commit
ae7abb26b1
@ -83,7 +83,7 @@ _MSKanji_init(struct xlocale_ctype *l, _RuneLocale *rl)
|
||||
l->__mbsinit = _MSKanji_mbsinit;
|
||||
l->runes = rl;
|
||||
l->__mb_cur_max = 2;
|
||||
l->__mb_sb_limit = 256;
|
||||
l->__mb_sb_limit = 224;
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user