Re: Encoding problem (UTF-8)

2008-05-16 Thread jgn
Hi. The problem was tomcat's version. On Ubuntu I was using tomcat 5.5 and on Windows Tomcat 6. I just installed Tomcat 5.5 on Windows too and the problem was fixed. Of course you need to put the URIEncoder on the connectors of tomcat, add the the parameter -Dfile.encoding=UTF-8 to JAVA_OPTS,

Re: Encoding problem (UTF-8)

2008-04-30 Thread Foror
j> I develop in Ubuntu and changing all to UTF-8 fixed both problems, but on j> Windows dose not works with the JSONObject. The database is on UTF-8, all j> data is saved ok, the only problem I get is when returning data on a j> JSONObject. Some problem with TextStreamResponse (TAPESTRY-2058). Fix

Re: Encoding problem (UTF-8)

2008-04-30 Thread Marcus
Hi, We're using autocomplete mixin with no problem, maybe this help. http://wiki.apache.org/tapestry/Tapestry5Utf8Encoding Marcus