On some platforms, char is unsigned, and the "non_ascii" check "ch < 0" does not work. Fix that by checking if the highest bit is set.master
parent
73c166a029
commit
67b8ca70fa
1 changed files with 7 additions and 2 deletions
Loading…
Reference in new issue