-
-
Save kusnier/124e1a0821be87d794aa0bc00de37b62 to your computer and use it in GitHub Desktop.
Java Unicode German Umlaut Escape Sequences
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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