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