Skip to content

Instantly share code, notes, and snippets.

@kusnier
Forked from phortx/gist:4059848
Created September 16, 2020 12:57
Show Gist options
  • Save kusnier/124e1a0821be87d794aa0bc00de37b62 to your computer and use it in GitHub Desktop.
Save kusnier/124e1a0821be87d794aa0bc00de37b62 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