Bug#1064026: Not a bug : environment issue due to wrong charmap

Mathieu G mathieu.godlewski at gmail.com
Thu Feb 29 08:37:45 GMT 2024


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


More information about the Pkg-games-devel mailing list