def test_default(self): self.assertEqual('cp1252', toencoding('xyz'))
def test_ansi_1250(self): self.assertEqual('cp1250', toencoding('ansi_1250'))