Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a8f63b2

Browse filesBrowse files
authored
Update Tools/i18n/pygettext.py
1 parent 9da8446 commit a8f63b2
Copy full SHA for a8f63b2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Tools/i18n/pygettext.py

Copy file name to clipboardExpand all lines: Tools/i18n/pygettext.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.