Re: Help on setting UTF8 characterset



On May 27, 8:32 pm, Sandy80 <svarshneym...@xxxxxxxxx> wrote:
...
I wanted to know how to set the character set to UTF8 in the java
class so that it represents the data correctly even after the
formatting.

You might look to using an..
OutputStreamWriter(OutputStream, java.nio.charset.Charset)
..constructor with an appropriate Charset.

--
Andrew T.
PhySci.org
.