diacritics - German characters in Java -
i want set german words (with special characters) string var.
string s = "staatsangehörigkeit"; system.out.println(s);
but in output or in debuger see: staatsangeh?rigkeit.
one way change encoding of project utf-8.
when using eclipse:
- right-click on project folder
- properties
- resource
- then change text-file encoding
Comments
Post a Comment