Class CharsetUtil
java.lang.Object
org.apache.tomcat.util.buf.CharsetUtil
Utility methods for charset operations.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisAsciiSuperset(Charset charset) Checks if the given charset is a superset of ASCII.
-
Method Details
-
isAsciiSuperset
Checks if the given charset is a superset of ASCII.- Parameters:
charset- the charset to check- Returns:
- true if the charset is an ASCII superset
-