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");
Ok, that totally fixed the problem. The patch has been applied to Anakia and
a new velocity.jar has been checked into jakarta-site2 as well as the
rebuilt pages...
Thanks Robert!
-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]