#1064026 minetest-data: Strings in french language are replaced by "<invalid utf_8 string>" #1064026
- Package:
- minetest-data
- Source:
- minetest-data
- Submitter:
- Mathieu Godlewski
- Date:
- 2024-02-29 10:39:07 UTC
- Severity:
- normal
- Tags:
Dear Maintainer,
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
...
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