public class EncodingUtilities extends Object
Modifier and Type | Field and Description |
---|---|
protected static Map |
ENCODINGS
The standard to Java encoding table.
|
Modifier | Constructor and Description |
---|---|
protected |
EncodingUtilities()
This class does not need to be instantiated.
|
Modifier and Type | Method and Description |
---|---|
static String |
javaEncoding(String encoding)
Returns the Java encoding string mapped with the given standard
encoding string.
|
protected static final Map ENCODINGS
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.