With the following code:
System.out.println("\"1. \u20ac\"");
System.out.println("\"2. Euro sign \u20ac\"");
System.out.println("\"3. Eurovalue +1,25\u20ac\"");
I get following results:
"1. €"
"2. Euro sign €"
"3. Eurovalue +1,25?€"
Why is there a question mark '?' on row 3. just before the euro (€) sign?
Could someone explain what I am doing wrong? My environment is Windows 7 Eclipse 3.1 with Jre build 1.6.0_18-ea-b05