public class UnicodeUtils extends Object
| Constructor and Description |
|---|
UnicodeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
lengthUtf32(String in) |
static int |
lengthUtf8(String text) |
static String |
substringUtf32(String in,
int begin,
int end) |
static int[] |
UTF8CharIndex(byte[] bytes) |
static int |
UTF8CharLength(byte ch) |
Copyright © 2019. All rights reserved.