sbase/libutf
FRIGN 9418101293 Fix isprintrune()'s behaviour
I somehow missed this issue. A rune can not be smaller than the left
range-delimiter and bigger than the right range-delimiter at the
same time.
The real check has to check if either condition applies.
2015-02-15 16:27:45 +01:00
..
fgetrune.c Fix fgetrune on systems where char is unsigned by default (ARM) 2015-02-13 15:42:54 +00:00
fputrune.c
isalnumrune.c
isalpharune.c Fix warnings and update isalpharune() 2015-02-12 17:08:02 +01:00
isblankrune.c
iscntrlrune.c Fix warnings and update isalpharune() 2015-02-12 17:08:02 +01:00
isdigitrune.c Fix warnings and update isalpharune() 2015-02-12 17:08:02 +01:00
isgraphrune.c
isprintrune.c Fix isprintrune()'s behaviour 2015-02-15 16:27:45 +01:00
ispunctrune.c
isspacerune.c Fix warnings and update isalpharune() 2015-02-12 17:08:02 +01:00
istitlerune.c Fix warnings and update isalpharune() 2015-02-12 17:08:02 +01:00
isxdigitrune.c
lowerrune.c Fix warnings and update isalpharune() 2015-02-12 17:08:02 +01:00
rune.c
runetype.c
runetype.h
upperrune.c Fix warnings and update isalpharune() 2015-02-12 17:08:02 +01:00
utf.c
utftorunestr.c