Skip to content

Commit a8f63b2

Browse files
authored
Update Tools/i18n/pygettext.py
1 parent 9da8446 commit a8f63b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/i18n/pygettext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def make_escapes(pass_nonascii):
206206
global escapes, escape
207207
if pass_nonascii:
208208
# Allow non-ascii characters to pass through so that e.g. 'msgid
209-
# "H�he"' would result not result in 'msgid "H\366he"'. Otherwise we
209+
# "Höhe"' would result not result in 'msgid "H\366he"'. Otherwise we
210210
# escape any character outside the 32..126 range.
211211
mod = 128
212212
escape = escape_ascii

0 commit comments

Comments
 (0)