InputStreamReader(fis, "ISO-2022-JP") gives unsupportedEncodingException
Hi all,
I am trying to print Japanese characters on an html page using a servlet. I am getting unsupportedEncodingException when I try -
res.setContentType("text/plain; charset=Shift_JIS");
and also -
InputStreamReader(fis, "ISO-2022-JP") when I try to read the japanese words from a file.
Please if someone could help me that would be great.
I am using Apache 1.3 and Resin 2.0.3 just in case you want to know.
Thanks in advance

