Skip to content
⌘ NSIS Forum Archive

Compiller output (richedit) char. format

2 posts

Takhir#

Compiller output (richedit) char. format

Messages in the compiller window have "Courier New" font and WestEurope code set (MS Word shows this in font attributes). As a result russian text (messages) is not readable in this window. But if I select-copy-paste this text to Wordpad or other Richedit window, it becomes readable. I can live with this, but may be if some CHARSET or LOGFONT initializations of the font might be skipped (or improved) this will make NSIS compiller usage a bit easier 🙂
kichik#
Works fine for me using both Windows 98 and XP. fdwCharSet is set to DEFAULT_CHARSET (makensisw.cpp line 113). Make sure your Courier New wasn't replaced with a western european version by mistake.