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