French characters from DB to XML using Java
843834Jul 11 2002 — edited Jul 13 2002I have french characters in my database like � . The database format has been set to UTF-8.
Is there any easy way of converting a String in Java that has these charaters to unicode.
In short, my string has a value of "test�" and I want to convert it to "testé".
any help would be appreciated.
Thanks