public final class NacosConfigUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBaseLetter(char ch)
char is base latin or whitespace?
|
static boolean |
isChinese(char c)
char is chinese?
|
static String |
selectiveConvertUnicode(String configValue)
Convert Chinese characters to Unicode.
|
public static String selectiveConvertUnicode(String configValue)
configValue - value of configpublic static boolean isBaseLetter(char ch)
ch - a characterpublic static boolean isChinese(char c)
c - a characterCopyright © 2023 Pivotal Software, Inc.. All rights reserved.