I have solve my problem. I was encoding beans with java.beans.XMLEncoder, which encodes using UTF-8, then converting to String using default charset (Converters.getDefaultEncodingName()) which was windows code page 1252 "cp1252", that is, Win Latin 1. Specifying "UTF-8" when converting from byte input stream to String has solved my problem.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933215#3933215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933215 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
