From: Kang Jeong-H. <Ke...@ma...> - 2002-10-16 19:39:28
|
I've tried this patch to gaim cvs latest and found some problem: 1. gtkimhtml.c's conversion code is trouble maker. the text of gtk_imhtml_append_text() may be UTF-8 already. so g_locale_to_utf8() return garbage and append_text() fail. so I removed the lines of code and found: 2. the text I typed in may be non-UTF-8. so gtkimhtml show me empty or broken characters for my text. but received text is always ok to display. 3. nick is broken. with kmerline remote, the birdy told me my nick is broken, while sent mesg is ok. his nick is no problem for me, and his text is also clear for me. this is totally msn-testified. so I cannot sure other IM is well or not. pliz sight once more. :) thanks for works of you and other gaim hackers that made gtkimhtml i18n-enabled. |