Is there an easy way to avoid dealing with text encoding problems?
|
|
You can't really avoid dealing with the text encoding issues, but there are existing solutions, Reader to InputStream: http://www.koders.com/java/fid0A51E45C950B2B8BD9365C19F2626DE35EC09090.aspx Writer to OutputStream: http://www.koders.com/java/fid5A2897DDE860FCC1D9D9E0EA5A2834CC62A87E85.aspx?s=md5 You just need to pick the encoding of your choice |
||||
|
|
|
The obvious names for these classes are ReaderInputStream and WriterOutputStream. Unfortunately these are not included in the Java library. However, google is your friend. I'm not sure that it is going to get around all text encoding problems, which are nightmarish. There is an RFE, but it's Closed, will not fix. |
|||
|
|
|
|
Are you trying to write the contents of a
|
||
|
|
