We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da8446 commit a8f63b2Copy full SHA for a8f63b2
Tools/i18n/pygettext.py
@@ -206,7 +206,7 @@ def make_escapes(pass_nonascii):
206
global escapes, escape
207
if pass_nonascii:
208
# 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
+ # "Höhe"' would result not result in 'msgid "H\366he"'. Otherwise we
210
# escape any character outside the 32..126 range.
211
mod = 128
212
escape = escape_ascii
0 commit comments