Java.io unsupported encoding exception??
807606Mar 13 2007 — edited Mar 13 2007Hi.
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!