Skip to content

Instantly share code, notes, and snippets.

@phortx
Created November 12, 2012 15:02
Show Gist options
  • Star 30 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save phortx/4059848 to your computer and use it in GitHub Desktop.
Save phortx/4059848 to your computer and use it in GitHub Desktop.
Java Unicode German Umlaut Escape Sequences
Char Unicode
------------------------------
Ä, ä \u00c4, \u00e4
Ö, ö \u00d6, \u00f6
Ü, ü \u00dc, \u00fc
ß \u00df
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment