Specifying the encoding in the *.application file doens't work (I've tried all three encoding options below, none of them work).
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE application PUBLIC "-//Apache Software Foundation//Tapestry Specification 4.0//EN" "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd"> <application> <meta key="org.apache.tapestry.output-encoding" value="UTF-8"/> <meta key="org.apache.tapestry.messages-encoding" value="UTF-8"/> <meta key="org.apache.tapestry.template-encoding" value="UTF-8"/> </application> The only thing that works is by passing the "-Dfile.encoding=UTF-8" option to the java.exe in the catalina startup script. On 5/28/06, James Carman <[EMAIL PROTECTED]> wrote:
in your .application file