Before I begin, I am trying to create a new topic, not hijacking an existing thread.

My problem is that I need for my browser to display characters using the UTF-8 character set. In other words, characters such as, "é, ü" are displayed as garbage.

I have tried to edit the web.xml file and adding a CATALINA_OPT, both were unsuccessful. I also tried to add a META tag explicitly naming the character set. All attempts failed. Can anyone offer another suggestion? Here is what I tried:

(in the start up script)

CATALINA_OPTS=-Dfile.encoding=UTF-8

(in web.xml)

<context-param>                                                           
        <param-name>contextDefaultEncoding</param-name>
        <param-value>UTF-8</param-value>
</context-param>

Thank you,

Stephen Caine
CommonGround Softworks, Inc.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to