]> git.ipfire.org Git - thirdparty/systemd.git/commit - docs/ENVIRONMENT.md
locale: honour new env var $SYSTEMD_UTF8=
authorLennart Poettering <lennart@poettering.net>
Thu, 10 Nov 2022 16:18:50 +0000 (17:18 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 10 Nov 2022 16:20:36 +0000 (17:20 +0100)
commit71ea84369e458eb6b4f4664dd7daa47bc96c7d32
treebcbba2fd725fb6338fc1b449fb195c52709f7db4
parent5db8b0bcadd17708c0cc8268df844221fe88f7a8
locale: honour new env var $SYSTEMD_UTF8=

This is useful to force off fancy unicode glyph use (i.e. use "->"
instead of "→"), which is useful in tests where locales might be
missing, and thus control via $LC_CTYPE is not reliable.

Use this in TEST-58, to ensure the output checks we do aren't confused
by missing these glyphs being unicode or not.
docs/ENVIRONMENT.md
src/basic/locale-util.c
test/units/testsuite-58.sh