Hello,
I have to read a file containing accented characters. They were generated with an editor requires manage encoding utf-8.
I use the following classes:
I can easily (without specifying the encoding readers) recover accented characters in a String. I also use BufferedReader.readLine () without specifying the encoding. Now that this has been converted to utf-16, how to encode the inputstream which is in the buffer. Thank you for your replies.FileInputStream
BufferedReader
InputStreamReader
Bookmarks