Hi,
I am having problems in reading the copyright character in
Tomcat. Aside from passing -Dfile.encoding=ISO-8859-1, is there any place in Tomcat I can set how my application will read/write a text file? I'm currently having weird problem. Please refer to
Character Encoding and Copyright Character to see detailed explanation of the problem.
Here's my environment configuration. I have also indicated the system properties:
1. My PC (works fine here)
- file.encoding=ISO-8859-1
- os.name=Windows XP
- os.version=5.1
2. Company's Development Box (works fine here)
- file.encoding=ISO-8859-1
- os.name=Linux
- os.version=2.4.9-e.35
3. QA Box (doesn't work)
- file.encoding=ISO-8859-1
- os.name=Linux
- os.version=2.4.9-e.38smp
Please help.
Thank you very much.
Regards,
David