glyph-util: bring glyphs into same order everywhere
authorLennart Poettering <lennart@poettering.net>
Wed, 12 Jul 2023 20:28:12 +0000 (22:28 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 31 Aug 2023 12:39:49 +0000 (14:39 +0200)
commitc27465d72d22e23be3ad0a6bdd139d8ed1aeb80e
treeb737e56a2f315f93070f1a2a2a4cd204dd96acba
parent359b5e7539a6559889e7ad536a4cef08ac3ab396
glyph-util: bring glyphs into same order everywhere

The enum definition, the two string tables and the test all were using
different orders (and in case of the test even missed entries).

Let's unify this, and make sure we always use the same order. This
settles the confusion, and makes the order used for the unicode string
table the canonical one, adjusting the other lists to match it. And adds
the missing entries to the tets.
src/basic/glyph-util.c
src/basic/glyph-util.h
src/test/test-locale-util.c