| Author |
Multi language support in forms.
|
Manigandan Velraj
Greenhorn
Joined: Nov 30, 2009
Posts: 14
|
|
hi,
I have a user input form with many text boxes which will be saved in DB and also shown back. This page is developed using struts 2. Now i want users to enter other language characters like (åäö, ü, ß, ő, ű, ô, ç, ł and š) in the text boxes. I have tried using both UTF-8 and iso-8859-1 in the meta tag's charset. i have also used "multipart/form-data" for the form's enctype attributes.
The problem here the following characters(ő, ű, ł , š) when entered changes to inverted '?'.
When i tried using iso-8859-2 (and removing multipart/form-data) i was able to save (ő, ű, ł , š) these characters. but other characters which worked earlier doesn't work now.
Please let me know if there is any way by which i can use both (iso-8859-1,iso-8859-2) charset in my HTML.
Thanks in advance.
|
 |
 |
|
|
subject: Multi language support in forms.
|
|
|