|
| My Application runs on WPS v 4.0.5.
The application is supposed to support Latin-9(ISO-8859-15). We have specified the characterset in file.encoding property. The current client.encoding.override property is set to 8859_1.
We have also tried to set the client.encoding.override to ISO-8859-15 but this doesn't work. Also, if we change the client.encoding.override to anything other than 8859_1, the request is not posted properly to the server.
WIth the above setting, I'm able to save & retrieve the Latin-9 data from the data. But the application doesn't work if we try to search on any of the Latin-9 data as it is passing Latin-1 equivalent characters to the database.
How can we set the character encoding in HTTPRequest in Servlet 2.2
|
|