summaryrefslogtreecommitdiff
path: root/src/test/test-utf8.c
Commit message (Collapse)AuthorAge
* core: do not print invalid utf-8 in error messagesZbigniew Jędrzejewski-Szmek2014-02-08
|
* utf8: ascii_filter() is unused, let's remove itLennart Poettering2013-11-07
|
* utf8: fix utf8_is_printableZbigniew Jędrzejewski-Szmek2013-10-05
|
* test-utf8: add more tests for public functionsDave Reisner2013-09-19
|
* device-nodes: move device node specific code to own fileDave Reisner2013-09-19
| | | | | | | | In the process, rename udev_encode_string which is poorly named for what it does. It deals specifically with encoding names that udev creates and has its own rules: utf8 is valid but some ascii is not (e.g. path separators), and everything else is simply escaped. Rename it to encode_devnode_name.
* shared/utf8: merge implementations, remove cruftDave Reisner2013-09-19
| | | | | This unifies the utf8 handling code which was previously duplicated in udev and systemd.
* move utf8 functions from libudev-private.h to utf8.hDave Reisner2013-09-17
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.