]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
utf8: export utf8 validation functions as part of sd-bus
authorLennart Poettering <lennart@poettering.net>
Thu, 7 Nov 2013 02:07:37 +0000 (03:07 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 Nov 2013 02:07:40 +0000 (03:07 +0100)
commitfaaa5728d956b7f0d24f27f3341d0b9fff30af00
tree16372665c06f8f22d70118f14cc303c63e448446
parent23c62e05b3954350495bf63b45fb5d846c2030a0
utf8: export utf8 validation functions as part of sd-bus

To write useful bus code clients need to validate utf8 frequently since
the bus reacts allergic to it. Since glibc does not provide any calls
for this, let's provide it as part of libsystemd-bus.
Makefile.am
src/libsystemd-bus/sd-utf8.c [new file with mode: 0644]
src/shared/utf8.c
src/systemd/sd-utf8.h [new file with mode: 0644]