Searched refs:ALLOWED_CHARSETS (Results 1 – 1 of 1) sorted by relevance
1698 ALLOWED_CHARSETS = ["us-ascii", "utf-8"] variable in TextEncoding1711 if mime_type.rsplit('=')[-1] not in self.ALLOWED_CHARSETS: