Hello Mark
>Mester József wrote:
>> Ok. Let's see my problem.
>> I have a form with text input box. I type Árvíztűrő tükörfúrógép and I get "
>> ÃrvÃztűrÅ tükörfúrógép
>I have tested this with the latest 5.5.x source and it works correctly
>(there ha
Hello Mark
>This is unlikely to help you and may be read-only on your JVM.
>You don't say what doesn't work but generally the following is required:
>set URIEncoding="UTF-8" on the connector
>set the the correct response encoding on every response (you can do
>this per page or use a filter to do
Hi
I have some problem with character encoding. I have found a page (
http://junlu.com/msg/1132.html ) and on this page there is a direction:
2.
In the Catalina.bat (windows) catalina.sh (linux) there must be a switch added
to the call to java.exe. The
switch is:
-Dfile.encoding=UTF-8
But I