Menu

#32 Use OEM console output

open
nobody
None
5
2014-07-22
2012-01-17
No

It's applicable to Russian, Greek, etc.

Discussion

  • Anonymous

    Anonymous - 2012-01-17
     
  • Maki Chronik

    Maki Chronik - 2014-07-22

    The problem with windows executables in this case should be the missing compatibility for "wide characters". Every call to printf, fprintf, etc. should be changed to wprintf, fwprintf, and so on, to support a larger character set including cyrillic and greek characters.

    At least if my understanding of C code, encodings and console output does not fail here

     

Log in to post a comment.