Michele Sferlazza wrote:
My DynaValidator returns with wrong character in the case of an error.
The form fields display the wrong character.
I need the German character set (UTF-8). Someone can help me?
There's a number of things that could be causing problems here. Here's a
checklist:
- make sure you have the correct encoding declared in your JSP, with
<%@ page contentType="text/html; charset=UTF-8"%>
- make sure any resource bundle (.properties) files are correctly
encoded. Note that they must be in ASCII (*not* UTF-8); use Unicode
escapes for non-ASCII characters
- if your data is being passed to or from a database or other external
service, make sure the character encoding used is consistent on both
sides of the 'conversation'
There's probably a bunch of other things I'm not thinking of right now...
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]