Got default font problem in editbox. Clean mIRC and Windows 10.
Tested under 7.68.3357 and 7.68.2389.
https://ibb.co/qdKdM1x
Thanks for your bug report. If you open a Powershell window and run the following command:
Get-WinSystemLocale | Select-Object Name, DisplayName,
@{ n='OEMCP'; e={ $_.TextInfo.OemCodePage } },
@{ n='ACP'; e={ $_.TextInfo.AnsiCodePage } }
What result do you see?
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.
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/cJNLXVPhttps://ibb.co/Kzd3ZWd
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.
Great. Fixed in 7.68.3498. Thanks!
image