on 3/17/01 10:02 AM, "Robert Burrell Donkin" <[EMAIL PROTECTED]>
wrote:
> FileWriter uses the system default encoding which is MacRoman (latin-1)
> roll your own "ISO-8859-1" FileWriter
>
> OutputStreamWriter fw=new OutputStreamWriter(
> new FileOutputStream("text.html"),"ISO-8859-1");
Ahh...ok...I will try that...
-jon
--
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]