Lines Matching full:name2codepoint
92 from htmlentitydefs import name2codepoint94 name2codepoint = {}481 if self.convertHTMLEntities and x in name2codepoint:482 return unichr(name2codepoint[x])1059 data = unichr(name2codepoint[ref])