org.apache.commons.codec
Class CharsetsTest

java.lang.Object
  extended by org.apache.commons.codec.CharsetsTest

public class CharsetsTest
extends Object

Sanity checks for Charsets.

Version:
$Id: CharsetsTest.html 889935 2013-12-11 05:05:13Z ggregory $

Constructor Summary
CharsetsTest()
           
 
Method Summary
 void testIso8859_1()
           
 void testToCharset()
           
 void testUsAscii()
           
 void testUtf16()
           
 void testUtf16Be()
           
 void testUtf16Le()
           
 void testUtf8()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharsetsTest

public CharsetsTest()
Method Detail

testToCharset

public void testToCharset()

testIso8859_1

public void testIso8859_1()

testUsAscii

public void testUsAscii()

testUtf16

public void testUtf16()

testUtf16Be

public void testUtf16Be()

testUtf16Le

public void testUtf16Le()

testUtf8

public void testUtf8()


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.