[fpc-pascal] Unicode output on console works for me on Linux, not	on Windows
    Ondrej 
    tondrej at gmail.com
       
    Mon Aug  1 14:38:52 CEST 2011
    
    
  
> I think that you have to configure the console to use UTF-8 output (but I
> don't know how this is done on Windows).
I think that should be:
SetConsoleOutputCP(CP_UTF8);
    
    
More information about the fpc-pascal
mailing list