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
fputrune.c
isalnumrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
isalpharune.c
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
ispunctrune.c
isspacerune.c
istitlerune.c Fix warnings and update isalpharune() 2015-02-12 17:08:02 +01:00
isxdigitrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
lowerrune.c
rune.c
runetype.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
runetype.h
upperrune.c Fix warnings and update isalpharune() 2015-02-12 17:08:02 +01:00
utf.c
utftorunestr.c