mIRC Home    About    Download    Register    News    Help

Print Thread
#270436 26/06/22 01:55 PM
Joined: Sep 2005
Posts: 116
Vogon poet
OP Offline
Vogon poet
Joined: Sep 2005
Posts: 116
Got default font problem in editbox. Clean mIRC and Windows 10.

Tested under 7.68.3357 and 7.68.2389.

https://ibb.co/qdKdM1x


when no one watching us
we are invisible
Joined: Dec 2002
Posts: 5,412
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,412
Thanks for your bug report. If you open a Powershell window and run the following command:

Quote
Get-WinSystemLocale | Select-Object Name, DisplayName,
@{ n='OEMCP'; e={ $_.TextInfo.OemCodePage } },
@{ n='ACP'; e={ $_.TextInfo.AnsiCodePage } }

What result do you see?

Joined: Sep 2005
Posts: 116
Vogon poet
OP Offline
Vogon poet
Joined: Sep 2005
Posts: 116
Reply:

Code
Name  DisplayName     OEMCP  ACP
----  -----------     -----  ---
pl-PL Polish (Poland)   852 1250


when no one watching us
we are invisible
Joined: Dec 2002
Posts: 5,412
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,412
Okay, in previous versions, mIRC was not using your active codepage in the font dialog, despite the fact that it uses your active codepage in all features. The Windows 1250 codepage is Central/Eastern European, so the font text being displayed in your font dialog is actually correct now.

Joined: Sep 2005
Posts: 116
Vogon poet
OP Offline
Vogon poet
Joined: Sep 2005
Posts: 116
The text in the font selection window is good, but in the edit box it is strange. The first link once again from the latest beta version and the second from version 7.68. There is a difference.

https://ibb.co/cJNLXVP

https://ibb.co/Kzd3ZWd


when no one watching us
we are invisible
Joined: Dec 2002
Posts: 5,412
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,412
Ah! Thanks for following this up. I read your original post incorrectly. That should not be happening - it looks like the editbox itself is font-linking due to using the wrong character set. This should be fixed in the next beta.

Joined: Sep 2005
Posts: 116
Vogon poet
OP Offline
Vogon poet
Joined: Sep 2005
Posts: 116
Great. Fixed in 7.68.3498. Thanks!
image


when no one watching us
we are invisible

Link Copied to Clipboard