Home | History | Annotate | Download | only in i18n

Lines Matching defs:escape

77     --escape
78 Replace non-ASCII characters with octal escape sequences.
218 # escape any character outside the 32..126 range.
232 def escape(s):
250 s = '"' + escape(s) + '"'
256 lines[i] = escape(lines[i])
516 ['extract-all', 'default-domain=', 'escape', 'help',
532 escape = 0
557 elif opt in ('-E', '--escape'):
558 options.escape = 1
601 make_escapes(not options.escape)