public class CharEncodingTest extends Object
CharEncoding
.Constructor and Description |
---|
CharEncodingTest() |
Modifier and Type | Method and Description |
---|---|
void |
testConstructor()
We could make the constructor private in the future, it's a matter a style.
|
void |
testIso8859_1() |
void |
testUsAscii() |
void |
testUtf16() |
void |
testUtf16Be() |
void |
testUtf16Le() |
void |
testUtf8() |
public CharEncodingTest()
public void testConstructor()
public void testIso8859_1()
public void testUsAscii()
public void testUtf16()
public void testUtf16Be()
public void testUtf16Le()
public void testUtf8()
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.