You need to be more specific on your quesiton. What kind of OS are you using? Can you system display Chinese in a browswer when you are on a Chinese page? Are you using simplified or Traditional Chinese? what is the underlying encoding are you using?
Here is something I wrote a while back. a lot of them are no longer true (e.g. bug in WinGAIM theme seems to be fixed). But it is a good starting point.
If you still have an issue, arm yourself with more information and try again.
Harv
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What kind of OS are you using? I have fixed this bug in the source code and recompiled it.you can edit the file src/libgaim/server.c, in line 490,
modify message = buffy;
with message =gaim_markup_strip_html(buffy);
recompile!!
everything is right!congratulations!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have some friends.
When he send message for me.
In my gaim screen.
It's will show 口口口口
How to fix it?
You need to be more specific on your quesiton. What kind of OS are you using? Can you system display Chinese in a browswer when you are on a Chinese page? Are you using simplified or Traditional Chinese? what is the underlying encoding are you using?
Here is something I wrote a while back. a lot of them are no longer true (e.g. bug in WinGAIM theme seems to be fixed). But it is a good starting point.
If you still have an issue, arm yourself with more information and try again.
Harv
sorry, forgot to include the link:
https://sourceforge.net/forum/message.php?msg_id=3951344
What kind of OS are you using? I have fixed this bug in the source code and recompiled it.you can edit the file src/libgaim/server.c, in line 490,
modify message = buffy;
with message =gaim_markup_strip_html(buffy);
recompile!!
everything is right!congratulations!!!