]> git.ipfire.org Git - thirdparty/systemd.git/commit
move utf8 functions from libudev-private.h to utf8.h
authorDave Reisner <dreisner@archlinux.org>
Tue, 17 Sep 2013 19:39:09 +0000 (15:39 -0400)
committerDave Reisner <dreisner@archlinux.org>
Tue, 17 Sep 2013 20:31:32 +0000 (16:31 -0400)
commit02a36bc9a1769c744f141f127898dbe076dbfd96
treed6ef940458ee7a79e8a03ddba80735fd76512a1d
parentbf24e638afb32ebc49b063c007888410fb9d19bd
move utf8 functions from libudev-private.h to utf8.h

There's now some more obvious overlap amongst the two utf8 validation
functions, but no more than there already was previously.

This also adds some menial tests for anyone who wants to do more
merging of these two in the future.
.gitignore
Makefile.am
src/libudev/libudev-util.c
src/shared/utf8.c
src/shared/utf8.h
src/test/test-utf8.c [new file with mode: 0644]