Lines Matching full:name2codepoint
93 from htmlentitydefs import name2codepoint95 name2codepoint = {}516 if self.convertHTMLEntities and x in name2codepoint:517 return unichr(name2codepoint[x])1410 data = unichr(name2codepoint[ref])