issues
search
daanx
/
isocline
Isocline is a portable GNU readline alternative
MIT License
232
stars
23
forks
source link
Fix qutf8 decode bug
#24
Open
dingmaotu
opened
10 months ago
dingmaotu
commented
10 months ago
This pull request adds:
fix:
unicode_from_qutf8
ignores 0xED and 0xEF cases, some unicode characters are not properly handled (for example, some Chinese punctuations like "?", ";")
a cmake option to make the test targets (example and test_colors) optional
This pull request adds:
unicode_from_qutf8
ignores 0xED and 0xEF cases, some unicode characters are not properly handled (for example, some Chinese punctuations like "?", ";")