diff options
| author | bwarsaw | 2003-08-19 00:42:31 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-08-19 00:42:31 +0000 |
| commit | b285ec5b35359494c1390abd73f53f629bcfc62c (patch) | |
| tree | 5d66eeb70efa62284e0f96e96dc4544b0373ccdf | |
| parent | ae6138f6965b9928ae7cb373f41efe004d05e1e2 (diff) | |
| download | mailman-b285ec5b35359494c1390abd73f53f629bcfc62c.tar.gz mailman-b285ec5b35359494c1390abd73f53f629bcfc62c.tar.zst mailman-b285ec5b35359494c1390abd73f53f629bcfc62c.zip | |
| -rwxr-xr-x | bin/pygettext.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pygettext.py b/bin/pygettext.py index d6e1b4f79..84421ee8c 100755 --- a/bin/pygettext.py +++ b/bin/pygettext.py @@ -200,8 +200,8 @@ def make_escapes(pass_iso8859): global escapes if pass_iso8859: # Allow iso-8859 characters to pass through so that e.g. 'msgid - # "Höhe"' would result not result in 'msgid "H\366he"'. Otherwise we - # escape any character outside the 32..126 range. + # "H[o-umlaut]he"' would result not result in 'msgid "H\366he"'. + # Otherwise we escape any character outside the 32..126 range. mod = 128 else: mod = 256 |
