I know that using Unicode characters in Fortran requires translation between Dos and Windows alphabet encoding.
When I work with Fortran console project I can change Dos-Windows encoding by using separate module (attached), so that my Russian-written UTF-8 characters being shown correctly in console.
But when I try to change the project type to QuickWin console application, my code actually doesn't work any more. The characters are distorted. It looks like some different encoding appear (on screenshots).
Is there any solution to write Unicode characters in Fortran-based GUI?
Sorry, if my question is too silly.
Regards,
Dmitry