aboutsummaryrefslogtreecommitdiffhomepage
path: root/devel/nmbug/nmbug-status
diff options
context:
space:
mode:
Diffstat (limited to 'devel/nmbug/nmbug-status')
-rwxr-xr-xdevel/nmbug/nmbug-status3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/nmbug/nmbug-status b/devel/nmbug/nmbug-status
index c4532f18..ef7169a6 100755
--- a/devel/nmbug/nmbug-status
+++ b/devel/nmbug/nmbug-status
@@ -13,7 +13,6 @@ import codecs
import collections
import datetime
import email.utils
-import locale
try: # Python 3
from urllib.parse import quote
except ImportError: # Python 2
@@ -27,7 +26,7 @@ import subprocess
import xml.sax.saxutils
-_ENCODING = locale.getpreferredencoding() or sys.getdefaultencoding()
+_ENCODING = 'UTF-8'
_PAGES = {}