Re: JSP with textarea/Form getter and german special character problem

2005-08-29 Thread Andreas Scheucher
Thanks! Problem solved :-) My jsp was encoded in UTF-8. Changing to iso-8859-1 fixed it. "read out" should mean, use the getField() of the Form... Leon Rosenberg schrieb: Sorry, but what do you mean with "read out". You have Ä in the jsp but ä in the console? If its a Win/DOS console, it

Re: JSP with textarea/Form getter and german special character problem

2005-08-29 Thread Leon Rosenberg
Sorry, but what do you mean with "read out". You have Ä in the jsp but ä in the console? If its a Win/DOS console, it doesn't matter, because windows uses it's own encoding. (cp1250) If its a unix/linux console, try to set the encoding of the console to iso-8859-1. You also have to save the encodi

JSP with textarea/Form getter and german special character problem

2005-08-28 Thread Andreas Scheucher
Hello, I have got a JSP with an textarea. Whene i read out the value over the getter from the related formBean, i get wrong characters for german spezial characters: äöüÄÖÜß ( right encoding is ä ö ü Ä ß becomes to äöüÃ?Ã?Ã?Ã? Can anybody tell me, what to do to get the characters in