public final class Charsets extends Object
Modifier and Type | Field and Description |
---|---|
static Charset |
ISO_LATIN_1 |
static String |
ISO_LATIN_1_ENCODING |
static Charset |
UTF8 |
static String |
UTF8_ENCODING |
Modifier and Type | Method and Description |
---|---|
static boolean |
isLatinScript(CharSequence value)
Returns
true if and only if the given value is in Latin script according to Unicode Common and Latin
scripts. |
public static final String ISO_LATIN_1_ENCODING
public static final String UTF8_ENCODING
public static final Charset ISO_LATIN_1
public static final Charset UTF8
public static boolean isLatinScript(@Nullable CharSequence value)
true
if and only if the given value is in Latin script according to Unicode Common and Latin
scripts.value
- the value to testtrue
if and only if the given value is in Latin script according to Unicode Common and Latin
scripts.Copyright © 2020. All Rights Reserved.