]> git.ipfire.org Git - thirdparty/systemd.git/commit
utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t 1740/head
authorShawn Landden <shawn@churchofgit.com>
Sun, 1 Nov 2015 03:39:15 +0000 (20:39 -0700)
committerShawn Landden <shawn@churchofgit.com>
Sun, 1 Nov 2015 04:00:57 +0000 (21:00 -0700)
commit025b4c410577a10692c608e7dbad712655abb858
tree3de2fe13c9a9d9fd778abdcfb1abbb97c202e834
parent534e8f89d6367cd0e9e17fff67880fb430071d01
utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t

rework C11 utf8.[ch] to use char32_t instead of uint32_t when referring
to unicode chars, to make things more expressive.
TODO
src/basic/escape.c
src/basic/extract-word.c
src/basic/json.c
src/basic/string-util.c
src/basic/utf8.c
src/basic/utf8.h