DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18900>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18900 [ESQL] Multibyte chars in esql:query are not escaped ------- Additional Comments From [EMAIL PROTECTED] 2003-05-30 08:41 ------- I have found a workaround for this issue lately. If you change Pizza compiler to Javac complier in cocoon.xconf: <parameter name="compiler" value="org.apache.cocoon.components.language.programming.java.Javac"/> then you can leave row UTF-8 chars in eqsl:query unescaped and everything works fine with JDBC interfaces. I've tested it on PostgreSQL and MySQL. Is this a 'feature' ;) of Pizza compiler, that it can't compile correctly Unicode .java sources and because of that xsp contents must be \u-uscaped? Why ten not to leave javac as a default distibution complier?