org.apache.commons.codec
Class CharEncodingTest
java.lang.Object
org.apache.commons.codec.CharEncodingTest
public class CharEncodingTest
- extends Object
Sanity checks for CharEncoding
.
- Version:
- $Id: CharEncodingTest.html 889935 2013-12-11 05:05:13Z ggregory $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharEncodingTest
public CharEncodingTest()
testConstructor
public void testConstructor()
- We could make the constructor private in the future, it's a matter a style.
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.