Skip to content
Snippets Groups Projects
Commit 1b2cce4b authored by Kevin Kofler's avatar Kevin Kofler
Browse files

Fix locale filtering for UTF-8 on Fedora.

locale -a returns the locales using ".utf8" names rather than ".UTF-8".
The case-insensitive match does not help because it is "utf8" rather
than "UTF-8". So we need to match both with and without the dash.
parent a03edfdc
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment