Searched refs:codepoint (Results 1 – 1 of 1) sorted by relevance
36 def py3_chr(codepoint): argument38 return unichr(codepoint).encode('utf-8')213 codepoint = int(buf[start:end], 8)216 if codepoint > 0xff:218 return codepoint