Skip to content

Instantly share code, notes, and snippets.

@jarek-przygodzki
Created August 6, 2014 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarek-przygodzki/aa8a6db7dda4bc1ae88a to your computer and use it in GitHub Desktop.
Save jarek-przygodzki/aa8a6db7dda4bc1ae88a to your computer and use it in GitHub Desktop.
private static String toUnicode(char ch) {
return String.format("\\u%04x", (int) ch);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment