Show More
@@ -28,7 +28,7 b' stringio = util.stringio' | |||||
28 |
|
28 | |||
29 | # This is required for ncurses to display non-ASCII characters in default user |
|
29 | # This is required for ncurses to display non-ASCII characters in default user | |
30 | # locale encoding correctly. --immerrr |
|
30 | # locale encoding correctly. --immerrr | |
31 | locale.setlocale(locale.LC_ALL, '') |
|
31 | locale.setlocale(locale.LC_ALL, u'') | |
32 |
|
32 | |||
33 | # patch comments based on the git one |
|
33 | # patch comments based on the git one | |
34 | diffhelptext = _("""# To remove '-' lines, make them ' ' lines (context). |
|
34 | diffhelptext = _("""# To remove '-' lines, make them ' ' lines (context). |
General Comments 0
You need to be logged in to leave comments.
Login now