PDA

View Full Version : Compiller output (richedit) char. format


Takhir
23rd October 2004, 16:29
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
23rd October 2004, 17:59
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.