#1064026 minetest-data: Strings in french language are replaced by "<invalid utf_8 string>"

#1064026#5
Date:
2024-02-15 21:40:09 UTC
From:
To:
Dear Maintainer,
#1064026#10
Date:
2024-02-29 08:37:45 UTC
From:
To:
Hello,

After further investigation, I found my problem was due to a wrong
environment : the charmap was not UTF-8 :
$ locale -c charmap
LC_CTYPE
ISO-8859-1

I've fixed this by modifying /etc/default/locale
was :
LANG=fr_FR
Fixed with
LANG=fr_FR.UTF-8

Then
$ sudo update-locale
$ locale -c charmap
LC_CTYPE
UTF-8

Bug should be closed,

Mathieu

#1064026#15
Date:
2024-02-29 10:37:47 UTC
From:
To:
...

Closing the bug as requested.

For future reference, maintainers will often see your follow-ups to a bug
out of context, with no indication other than the bug number of which
bug or even which package you're talking about, and in a mail folder
containing thousands of other messages, so it is helpful to keep the
subject line intact (including the package name) in any replies.

    smcv