Hi,
I'm kind of new to
String encoding and I have the following problem.
What I have to do is to parse a csv file, which the one who made it said is encoded with SHIFT_JIS, and I open it this way:
The problem is that it crashes when file is opened with java.io.UnsupportedEncodingException: SJIS.
Any help is appreciated. Thanks.