this avoids the problem, but may not be the most elegant solution !

--- a/reportbug 2010-08-07 22:04:28.000000000 +0200
+++ b/reportbug 2012-09-27 12:06:59.117314446 +0200
@@ -735,7 +735,7 @@
     global quietly, ui

     try:
-        locale.setlocale(locale.LC_ALL, '')
+        locale.setlocale(locale.LC_ALL, 'en_EN.utf8')
     except locale.Error, x:
         print >> sys.stderr, '*** Warning:', x

_______________________________________________
Reportbug-maint mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint

Reply via email to