[Reportbug-maint] Bug#883577: locales not installed

2017-12-06 Thread Sophie Loewenthal
Hi Nis, Sorry I did not see the file there. > On 6 Dec 2017, at 18:48, Nis Martensen wrote: > >> Does reportbug depend on locales being installed or something related? > > No, strictly speaking not. In practice, however, often yes. > > One can set the default system locale to "C.UTF-8" (var

[Reportbug-maint] Bug#883577: locales not installed

2017-12-06 Thread Nis Martensen
> Does reportbug depend on locales being installed or something related? No, strictly speaking not. In practice, however, often yes. One can set the default system locale to "C.UTF-8" (variable LANG in /etc/default/locale) if having locales installed is not desired. Thanks for the very detailed

[Reportbug-maint] Bug#883577: locales not installed

2017-12-06 Thread Sophie Loewenthal
Package locales was not installed, and python returned this locale. $ python3 -c "import locale; print(locale.nl_langinfo(locale.CODESET))" ANSI_X3.4-1968 (likely some default?) Installed package locales and reconfigured to en_US.UTF8 $ python3 -c "import locale; print(locale.nl_langinfo(locale