On Monday 01 March 2004 19:07, Torbj�rn Karlsson wrote:
> I need to read the content of a file that is saved with an old DOS ascii
> format (Cp850 if anyone is interested), so I need to use something like:
>
> InputStreamReader(InputStream in, String charsetName);
> Where charsetName == "Cp850" in my case
>
> Reading the file like this works very well during testcases, but when I
> try the same within my Merlin app, I get an exception saying that the
> encoding is not supported. I have added the charsets.jar to Merlins
> classpath.
>
> Does anyone knows what may be wrong here??

Either;
1. You have not managed to add the JAR to the classpath properly.
2. The charset.jar depends on something else as well.

Shouldn't such feature be added to jre/lib/ext instead ?


Niclas
-- 
+---------//-------------------+
|   http://www.bali.ac         |
|  http://niclas.hedhman.org   |
+------//----------------------+

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to