locale-setup: default to C.UTF-8
authorLennart Poettering <lennart@poettering.net>
Mon, 12 Nov 2018 12:12:39 +0000 (13:12 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 14 Nov 2018 16:01:54 +0000 (17:01 +0100)
commit0db9bd200f62a5707ea16552537dcaad2d9e9331
tree74334bc67ce0ad12994cde22302fc531828e6df0
parentcd45734f8700feb66409774d8830d6541f6bb294
locale-setup: default to C.UTF-8

Most distributions already were shipping a C.UTF-8 locale and even Fedora
now supports the C.UTF-8 locale, and there's clear indication that this
is going upstream too. Hence, let's default to it now too, if nothing
else is set.

Note that this is only a fallback if noting else is set, and since
distros generally configure a default for this behaviour shouldn't
really change in installed systems.

On new systems this makes vconsole.conf redundant.
src/core/locale-setup.c