sbase/libutf
David Demelier 446903d688 libutf: add some const's 2023-04-12 21:22:28 -07:00
..
Makefile Add mkrunetype.awk 2015-02-23 20:36:47 +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 Scrap writerune(), introducing fputrune() 2015-02-11 20:58:00 +01:00
isalnumrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
isalpharune.c libutf: add some const's 2023-04-12 21:22:28 -07:00
isblankrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
iscntrlrune.c libutf: add some const's 2023-04-12 21:22:28 -07:00
isdigitrune.c libutf: add some const's 2023-04-12 21:22:28 -07:00
isgraphrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
isprintrune.c Fix isprintrune()'s behaviour 2015-02-15 16:27:45 +01:00
ispunctrune.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
isspacerune.c libutf: add some const's 2023-04-12 21:22:28 -07:00
istitlerune.c libutf: add some const's 2023-04-12 21:22:28 -07: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 libutf: add some const's 2023-04-12 21:22:28 -07:00
mkrunetype.awk libutf: add some const's 2023-04-12 21:22:28 -07:00
rune.c Import libutf from http://git.suckless.org/libutf 2014-11-17 15:46:01 +00:00
runetype.c Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
runetype.h Split up is*rune() and to*rune() functions into individual source files 2015-02-11 15:48:18 +01:00
upperrune.c libutf: add some const's 2023-04-12 21:22:28 -07:00
utf.c paste: Support -d '\0' 2020-04-15 16:11:12 -07:00
utftorunestr.c paste: Support -d '\0' 2020-04-15 16:11:12 -07:00