summaryrefslogtreecommitdiff
path: root/src/basic/utf8.h
Commit message (Expand)AuthorAgeFilesLines
* basic/utf8: add function to convert to ASCIIZbigniew Jędrzejewski-Szmek2021-11-161-0/+2
* basic/escape: allow truncation mode where "…" is always appendedZbigniew Jędrzejewski-Szmek2021-05-051-2/+2
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-2/+2
* 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-1/+4
* basic/utf8: rename parameterZbigniew Jędrzejewski-Szmek2020-08-171-1/+1
* util-lib: add truncation based on printable width to utf8_escape_non_printable()Zbigniew Jędrzejewski-Szmek2019-05-221-1/+4
* basic/utf8: do not read past end of string when looking for a multi-byte char...Zbigniew Jędrzejewski-Szmek2019-02-261-1/+1
* missing: move char{16,32}_t definitions to missing_type.hYu Watanabe2018-12-041-1/+1
* uft8: add comment, requested by @keszybzLennart Poettering2018-09-271-1/+1
* utf8: add utf8_to_utf16() helperLennart Poettering2018-09-251-0/+5
* utf8: let's update utf16_to_utf8() a bitLennart Poettering2018-09-251-1/+1
* utf8: modernize utf16 inline calls a bitLennart Poettering2018-09-251-3/+3
* utf8: update utf8_is_valid() a bitLennart Poettering2018-09-251-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* 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-0/+1
* utf8: add helper call for counting display width of stringsLennart Poettering2018-04-181-0/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* utf8: add utf8_n_codepoints() for counting complete utf8 codepoints in a stringLennart Poettering2018-02-141-0/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Ignore BOM in config filesZbigniew Jędrzejewski-Szmek2016-03-221-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* utf8.[ch] et al: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden2016-01-271-6/+8
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+2
* Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"revert-1740-masterLennart Poettering2015-11-021-7/+6
* utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden2015-10-311-6/+7
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+57