Posts by Roberto Barra • 83 points
2 posts
-
3
votes2
answers710
viewsA: Static string being created with wrong Encode
It was really a problem when compiling the sources. Javac was considering that all source files were in the same Ncode, different from utf-8. Perhaps by default javac uses the standard OS Find. To…
-
5
votes2
answers710
viewsQ: Static string being created with wrong Encode
Hello, When creating a string in a Java class (for example: String t = "Ola Java!"), it seems that the compiler is choosing the 'wrong' encounter to interpret the bytes that are in the source and…