summaryrefslogtreecommitdiff
path: root/src/test/test-utf8.c
AgeCommit message (Expand)Author
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-02-18test: utf8 - fix utf16 tests on BE machinesTom Gundersen
2014-12-22shared: utf8 - support decoding the full utf16Tom Gundersen
2014-12-04utf8: when escaping unprintable unichars, escape the whole unichar, not just ...Lennart Poettering
2014-12-04utf8: intruduce utf8_escape_non_printableWaLyong Cho
2014-02-08core: do not print invalid utf-8 in error messagesZbigniew Jędrzejewski-Szmek
2013-11-07utf8: ascii_filter() is unused, let's remove itLennart Poettering
2013-10-05utf8: fix utf8_is_printableZbigniew Jędrzejewski-Szmek
2013-09-19test-utf8: add more tests for public functionsDave Reisner
2013-09-19device-nodes: move device node specific code to own fileDave Reisner
2013-09-19shared/utf8: merge implementations, remove cruftDave Reisner
2013-09-17move utf8 functions from libudev-private.h to utf8.hDave Reisner