[JDEV] Problem with accentuation...

Michael Wilson mwilson at myopenapps.com
Thu Mar 15 07:24:44 CST 2001


José Nuno Coelho Sanarra Pires wrote:
> 
>  I would like to ask the following question:
> 
>  How's Jabber's server support with accentuation? Every time I use a client
> (JabberApplet, konverse) and I send some accents (like in áÁéÉíÍóÓ - 'a',
> 'e', 'i' and 'o' acute), the server shuts down the connection accusing an
> invalid XML. Should it be a matter for all these clients or for the server?

Probably a bug in your unicode encoder. I had this problem and I
eventually traced it to the stream initialisation being set
incorrectly in our client (supposed to translate from ISO-Latin-1
to variable-length unicode but actually only working properly for
characters below 127 or above 255).

I still don't know why Jabber insists on unescaping all character
entities though.

+--
| Michael Wilson               "Smart Applications - Tools for life"
| Java Developer                           available @
| Insight ASP LTD                   http://www.myopenapps.com
+----------------------Open Source Innovation-----------------------




More information about the JDev mailing list