Pierre Delisle wrote:
> 
> Hans,
> 
> > What about the javac encoding? I believe it's currently hardcoded
> > as "UTF8" (in Compiler at least). I'm not sure what it should be
> > in case different included pages specify different charsets ...
> 
> If you refer to bug report #269, I have a fix coming in the next few minutes.
> [testing it right now]. It will do as you suggested in the bug report.
> 
> If not, please enlighten me.

I had forgot I filed a bug report on this, with a suggested 
solution even ;-)

But what I really meant with the comment was actually which
encoding to use for javac if the main JSP file specifies
"Shift_JIS" and an included file specified "UTF-8". But maybe
that's not an issue, if the servlet source file is written
as "UTF8" (is it? If so, do we have the same problem with a
hardcoded charset where the source file is created?).

Sorry, I'm too tired to think through all implications of
this right now, but I wanted to raise a flag that there may
be more to this ...

Hans
-- 
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com
Author of JavaServer Pages (O'Reilly), http://TheJSPBook.com

Reply via email to