> You did use "-d:nimDontSetUtf8CodePage" parameter for building your > executable, didn't you?
yes I used -d:nimDontSetUtf8CodePage for building. > What is your "Current language for non-Unicode programs" in Windows? > (Settings -> Time & Language -> Date, time, & regional formatting -> > Additional date, time , & regional settings -> Change date, time, or number > formats -> Administrative) I hope you do not have "Beta: Use Unicode UTF-8 > for worldwide language support" enabled (also in Administrative tab). those things should not matter because unicode input using c# console app is working perfectly in my computer. > After running nim to compile your code, did you close and reopen cmd (or > Windows PowerShell)? Because running nim sets code-page to 65001. I didn't reopen cmd.
