[PATCH v4 4/4] nmbug-status: Hardcode UTF-8 instead of using the user's locale

2014-02-14 Thread W. Trevor King
David [1] and Tomi [2] both feel that the user's choice of LANG is not explicit enough to have such a strong effect on nmbug-status. For example, cron jobs usually default to LANG=C, and that is going to give you ASCII output: $ LANG=C python -c 'import locale;

[PATCH v4 4/4] nmbug-status: Hardcode UTF-8 instead of using the user's locale

2014-02-14 Thread W. Trevor King
David [1] and Tomi [2] both feel that the user's choice of LANG is not explicit enough to have such a strong effect on nmbug-status. For example, cron jobs usually default to LANG=C, and that is going to give you ASCII output: $ LANG=C python -c 'import locale;