meebey / smuxi

Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
https://smuxi.im/
GNU General Public License v2.0
175 stars 46 forks source link

Some unicode characters are not correctly rendered #245

Open azimot opened 8 years ago

azimot commented 8 years ago

i see smuxi have UTF-8 option in encoding list and even automatically convert UTF-8 characters checkbox too but in real working not worked , characters are showed in a rectangle box with four hex code

version of smuxi is :

Vendor: dist-win32 1.0.3 Frontend: GNOME 1.0.3.0 Engine: 1.0.3.0

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

meebey commented 8 years ago

UTF8 already supported and automatically enabled. Please provide a screenshot of the encoding settings and a sample of such rectangle box.

azimot commented 8 years ago

for example i write "سلام" utf-8-config utf-8-typed utf-8-entered

meebey commented 8 years ago

I can see "سلام" on #smuxi-devel correctly in my Smuxi instance. So this is probably a font rendering issue... When you type "سلام" into the command box, does that show correctly?

meebey commented 8 years ago

Oh you made a screenshot of the command box and it does not show correctly there, this confirms that the font is unable to render those unicode characters. Try a different font via Preferences -> Interface -> Output -> Font override and then select a font and see if that helps.

azimot commented 8 years ago

worked! so i think is better to change default font to "Arial Unicode MS" or "Arial"? thanks