Filip Hanik - Dev Lists wrote:
ok, here is what I found,


CoyoteOutputStream.java
   public void print(String s)
       throws IOException {
       ob.write(s);
   }

I see. It's a mistake: this should be converted using the fixed default encoding (it works most of the time, but if somehow the app has set the encoding anyway, it might do funny things). Don't know what the best method would be, as there are some options, like using the superclass print(String).

Rémy

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

Reply via email to