You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Julio Pérez <jc...@gmail.com> on 2006/11/10 11:10:44 UTC

Fwd: axis 1.4 UTF-8 bug

 Hello Axis gurus.

I am developing a document style ws with axis1.4 and tomcat 5.5

If i include a string like "Cárnicos" in one element of the response. For
example: response.setTipo("Cárnicos");
The client receives: "C&#xE1;rnicos"

I think this is a bug, because UTF-8 is the default charset. Or is there any
solution?

Thanks in advance.
Julio César Pérez Arques.