mercurial/crecord.py
changeset 29697 00269c6e4f6e
parent 29327 baab9ea4426c
child 29835 bff109e6398a
--- a/mercurial/crecord.py	Thu Aug 04 00:15:39 2016 +0530
+++ b/mercurial/crecord.py	Thu Aug 04 00:21:14 2016 +0530
@@ -28,7 +28,7 @@
 
 # This is required for ncurses to display non-ASCII characters in default user
 # locale encoding correctly.  --immerrr
-locale.setlocale(locale.LC_ALL, '')
+locale.setlocale(locale.LC_ALL, u'')
 
 # patch comments based on the git one
 diffhelptext = _("""# To remove '-' lines, make them ' ' lines (context).