Skip to content
Snippets Groups Projects
Commit d2796a3c authored by Brodie Rao's avatar Brodie Rao
Browse files

convert: properly set encoding for gnuarch converter

parent 77f1f206
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@
self.parents = {}
self.tags = {}
self.catlogparser = Parser()
self.locale = locale.getpreferredencoding()
self.encoding = locale.getpreferredencoding()
self.archives = []
def before(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment