locale-util: extend comments on unicode glyph use, and drop mdash (that actually...
authorLennart Poettering <lennart@poettering.net>
Tue, 7 Jan 2020 09:51:50 +0000 (10:51 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Jan 2020 12:21:22 +0000 (13:21 +0100)
commit67861acdf3f02f2bb3529c1d34fe161d07d1bea9
treec5bfd93c58d1be30a51f4385e927ec8018bbd167
parenta2a64d3ac9e337f9038c56dfce34dfbc076aea32
locale-util: extend comments on unicode glyph use, and drop mdash (that actually was an ndash)

Let's add the actual unicode names of the glyphs we use. Let's also add
in comments what the width expectations of these glyphs are on the
console.

Also, remove the "mdash" definition. First of all it wasn't used, but
what's worse the glyph encoded was actually an "ndash"...

Fixes: #14075
src/basic/locale-util.c
src/basic/locale-util.h
src/test/test-locale-util.c