public class NativeToAsciiConverter extends Object
| Constructor and Description |
|---|
NativeToAsciiConverter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertEncodedToUnicode(String str)
Converts encoded \uxxxx to unicode chars
and changes special saved chars to their original forms
|
static String |
convertUnicodeToEncoded(String str,
boolean lowerCase)
Converts unicodes to encoded \uxxxx.
|
public static String convertEncodedToUnicode(String str)
str - the string to convertPropertiespublic static String convertUnicodeToEncoded(String str, boolean lowerCase)
str - string to convertPropertiesCopyright © 2013–2014 Jabylon. All rights reserved.