def test_findCharSet1(self):
     self.assertEqual('big5', encode_tools.findCharSet('text/html; charset=big5'))
 def test_findCharSetX(self):
     """ eXtreme findCharSet """
     self.assertEqual('big5', encode_tools.findCharSet('text/html; param1; charSET = biG5 ; param2'))
 def test_findCharSet0(self):
     self.assertEqual('', encode_tools.findCharSet(''))
     self.assertEqual('', encode_tools.findCharSet('text/html'))