hgext/convert/__init__.py
changeset 4895 fa6c9381d053
parent 4884 72ac66e88c43
child 4896 ee04732fe61d
--- a/hgext/convert/__init__.py
+++ b/hgext/convert/__init__.py
@@ -269,6 +269,8 @@ def _convert(ui, src, dest=None, mapfile
     srcauthor=whatever string you want
     '''
 
+    util._encoding = 'UTF-8'
+
     srcc = converter(ui, src)
     if not hasattr(srcc, "getcommit"):
         raise util.Abort("%s: can't read from this repo type" % src)