]> git.ipfire.org Git - thirdparty/systemd.git/commit
utf8: add helper that determines length in bytes of last UTF-8 character in string
authorLennart Poettering <lennart@poettering.net>
Wed, 5 Feb 2025 09:44:19 +0000 (10:44 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 17 Feb 2025 14:05:18 +0000 (15:05 +0100)
commit104a6b8c390730f66f5acbcaefbc27898bfef9fe
tree457a131253f9ffad4e3b4422d51f3bd8ac0b8210
parent428146dc89506725f777ae82d288439340926a83
utf8: add helper that determines length in bytes of last UTF-8 character in string
src/basic/utf8.c
src/basic/utf8.h
src/test/test-utf8.c