I am using java 6 on linux machine in my application in am put "thé" into a text box but in my logs it print "th??", why this diacritic is converted to "th??" ?
the output I have seen on eclipse console, I am using eclipse Version: Kepler
There is simple program:-
String s="thé";
System.out.println(s);
OutPut:- "th??"