public class Ucs2 extends Object
UCS-2 is subset of the UTF-16BE charset, only the Basic Multilingual Plane codepoints are encodeable as UCS-2.
| Constructor and Description |
|---|
Ucs2() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isUcs2Encodeable(String s)
Verify is the java string consists of UCS2 characters, i.e.
|
public static boolean isUcs2Encodeable(String s)
Copyright © 2020. All rights reserved.