public final class CharsetUtil extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isAsciiCompatible(Charset cs)
returns whether or not the given charset encoding is compatible with ASCII.
|
public static boolean isAsciiCompatible(Charset cs)
cs
- the target charset encodingtrue
if it is compatible, otherwise false
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.