/*
  * @see CharsetDecoderTest#tearDown()
  */
 protected void tearDown() throws Exception {
   super.tearDown();
 }
 protected void setUp() throws Exception {
   cs = Charset.forName("utf-8");
   super.setUp();
 }