Searched refs:CHARSET_ALIASES (Results 1 – 2 of 2) sorted by relevance
324 CHARSET_ALIASES = {"macintosh": "mac-roman", variable in UnicodeDammit437 value = (self._codec(self.CHARSET_ALIASES.get(charset, charset))
1766 CHARSET_ALIASES = { "macintosh" : "mac-roman", variable in UnicodeDammit1936 return self._codec(self.CHARSET_ALIASES.get(charset, charset)) \