Lines Matching defs:decode
1284 def decode(s):
1286 return s.decode('ascii', 'surrogateescape')
1291 a = list(map(decode, a))
1292 b = list(map(decode, b))
1293 fromfile = decode(fromfile)
1294 tofile = decode(tofile)
1295 fromfiledate = decode(fromfiledate)
1296 tofiledate = decode(tofiledate)
1297 lineterm = decode(lineterm)
1730 )).encode(charset, 'xmlcharrefreplace').decode(charset)