You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ecs-user@jakarta.apache.org by Nicolas Damonte <ni...@labs.fuegotech.com> on 2002/02/25 16:34:13 UTC

Especial characters problem

Which is the best way to manage especial characters (Eg ñÉ ... ) ????

Now when the HTML is generated, the html is up to the first special character (This is happening inside a combobox).

I tried a CharacterFilter, but.. do I have to load all the special character list????

Re: Especial characters problem

Posted by Nicolas Damonte <ni...@labs.fuegotech.com>.
I found the solution!!!
The default codeset is UTF-8, (The ECS API is wrong, it says that the
default is LATIN1 (8859_1)), so special characters don't work with this
codeset.
I change the codeset and is working!



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>