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 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org