summaryrefslogtreecommitdiff
path: root/src/test/test-utf8.c
Commit message (Expand)AuthorAgeFilesLines
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-3/+0
* test: allow to set NULL to intro or outroYu Watanabe2022-02-021-1/+1
* tests: rework test macros to not take code as parametersLennart Poettering2022-02-021-1/+6
* test: Use TEST macroJan Janssen2021-11-251-63/+15
* basic/utf8: add function to convert to ASCIIZbigniew Jędrzejewski-Szmek2021-11-161-0/+28
* test-utf8: hide most output by defaultZbigniew Jędrzejewski-Szmek2021-05-051-9/+13
* basic/escape: allow truncation mode where "…" is always appendedZbigniew Jędrzejewski-Szmek2021-05-051-26/+23
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-3/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* shared/utf8: add utf8_is_valid_n()Zbigniew Jędrzejewski-Szmek2020-09-011-0/+20
* shared/logs-show: strip trailing carriage returns at EOL/EOFZbigniew Jędrzejewski-Szmek2019-10-291-0/+3
* util-lib: add truncation based on printable width to utf8_escape_non_printable()Zbigniew Jędrzejewski-Szmek2019-05-221-0/+32
* test-utf8: add function headers and rename tests after functions they testZbigniew Jędrzejewski-Szmek2019-05-211-4/+26
* basic/utf8: do not read past end of string when looking for a multi-byte char...Zbigniew Jędrzejewski-Szmek2019-02-261-5/+15
* utf8: add utf8_to_utf16() helperLennart Poettering2018-09-251-5/+39
* tree-wide: drop copyright lines for more authorsZbigniew Jędrzejewski-Szmek2018-06-221-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* basic/utf8: add ascii_is_valid_n()Zbigniew Jędrzejewski-Szmek2018-06-091-1/+12
* test-utf8: add a smoke test for utf8_console_width()Zbigniew Jędrzejewski-Szmek2018-04-181-0/+10
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tests: add a simple test for utf8_n_codepoints()Zbigniew Jędrzejewski-Szmek2018-02-191-0/+10
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* test: utf8 - fix utf16 tests on BE machinesTom Gundersen2015-02-181-1/+1
* shared: utf8 - support decoding the full utf16Tom Gundersen2014-12-221-0/+13
* utf8: when escaping unprintable unichars, escape the whole unichar, not just ...Lennart Poettering2014-12-041-2/+5
* utf8: intruduce utf8_escape_non_printableWaLyong Cho2014-12-041-0/+25
* core: do not print invalid utf-8 in error messagesZbigniew Jędrzejewski-Szmek2014-02-081-0/+17
* utf8: ascii_filter() is unused, let's remove itLennart Poettering2013-11-071-17/+0
* utf8: fix utf8_is_printableZbigniew Jędrzejewski-Szmek2013-10-051-0/+1
* test-utf8: add more tests for public functionsDave Reisner2013-09-191-0/+34
* device-nodes: move device node specific code to own fileDave Reisner2013-09-191-27/+1
* shared/utf8: merge implementations, remove cruftDave Reisner2013-09-191-0/+9
* move utf8 functions from libudev-private.h to utf8.hDave Reisner2013-09-171-0/+59