Java.io unsupported encoding exception?

Hi.

I've been having this problem with a program I am writing which is supposed to encode a file from Cp1256 to UTF-8. The problem is that java keeps giving me an unsupported encoding exception for CP1256. Is there a way that I can perhaps "integrate" this encoding into my JDK?

Thanks in advance!

[317 byte] By [Yoraea] at [2007-11-26 21:29:24]
# 1

When you installed Java did you choose the Multi -language support/ International options?

If you didn't or don't remember, then you might have to re-install JDK with those options. Take a look at this thread it's similar.

http://forum.java.sun.com/thread.jspa?threadID=589075&messageID=3056404

appy77a at 2007-7-10 3:09:47 > top of Java-index,Java Essentials,Java Programming...