Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28383 Discussions

How to write Unicode characters in Fortran QuickWin application?

Dmitry_K_4
Beginner
520 Views

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 

0 Kudos
1 Reply
Steven_L_Intel1
Employee
520 Views

Not silly at all, but sorry, there is no UTF-8 support in Fortran I/O, including QuickWin, at present.

0 Kudos
Reply