SyntaxFix
Write A Post
Hire A Developer
Questions
private static String toUnicode(char ch) { return String.format("\\u%04x", (int) ch); }