error with international characters
Status: Beta
Brought to you by:
jmott
In Norway we have three spesial characters ć, ř and
ĺ (Ć Ř Ĺ in capital). If i type a message with one of
those characters, everything in the rooster disapares
and konverse prints "You are online" (i'm still
online and can continue chatting, but if i want the
contents of my rooster back, i have to log off and
then on again)
Logged In: NO
I made a change to the /konverse-0.2/konverse/xmlstream.cpp
170c170
< if ( bytesWritten != (int)s.length() )
---
> if ( bytesWritten != (int)utf.length() )
It worked.
Logged In: YES
user_id=146613
I've just committed this fix to CVS; please close this bug.
Ben.