mIRC Home    About    Download    Register    News    Help

Print Thread
#219265 11/03/10 10:05 AM
J
JimDi
JimDi
J
When i connect to server with UTF-8 all messages is visible, but topic text in mIRC caption is unreadable.



Language at the picture is russian.

#219276 11/03/10 09:04 PM
Joined: Dec 2002
Posts: 3,845
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 3,845
Thanks for the bug report - I tried to reproduce this issue in mIRC v6.35 by connecting to the IRC server and joining the same channel - however mIRC displayed the text correctly in the titlebar. Are you using any addons or scripts that might be interfering with the way mIRC updates the titlebar?

Khaled #219372 15/03/10 11:59 AM
J
JimDi
JimDi
J
No, just use popular pIRC script for MIRC - that is a pack of same action commands in user like menu and other like this.

But this bug does not appear anywhere - somewhere topic text is normal, somewhere is unreadable utf in cp1251 =)

#219377 15/03/10 01:04 PM
Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
Try without that script (and any others). Even if you don't think it will affect the topic, it still might. If you try without it, you can say for certain if it's a script or mIRC problem.

#219393 16/03/10 06:04 AM
V
Vilius
Vilius
V
I can confirm this bug. It disappears if you type /topic in the channel.

#219405 17/03/10 03:41 AM
Joined: Oct 2003
Posts: 3,641
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
Note that you cannot mix utf-8 with non utf-8 text in the titlebar

For instance if your script did a /titlebar $chr(160) it will disable utf-8 from being rendered.

Also realize that in 6.35, mIRC will disable aero if it tries to render unicode in the titlebar, so that may not be something you'd want to even do.

argv0 #219669 25/03/10 03:40 AM
G
gopher65
gopher65
G
Originally Posted By: argv0
Also realize that in 6.35, mIRC will disable aero if it tries to render unicode in the titlebar, so that may not be something you'd want to even do.

Whoa... why does that happen? Is that behaviour necessary?

#219671 25/03/10 04:58 AM
Joined: Oct 2003
Posts: 3,641
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
No, it's a bug, searching "unicode aero" should tell you more. I'm sure it will be fixed in the next version, but it's present in 6.35. In fact, I use /titlebar $chr(160) as a workaround to keep mIRC from trying to render unicode in my titlebar-- this keeps Aero working properly.


Link Copied to Clipboard