Re: [Mingw-w64-public] Multi-Byte Character Issue with MSVCRT.DLL

2016-06-08 Thread Yongwei Wu
Hi Pavel, It does not matter where you put the resources. As long as you try to output them with putchar or the like, MSVCRT.DLL will be in your way. . . . I am actually thinking the Min part in MinGW needs to be revisited. MSVCRT.DLL is not an ideal C runtime in the modern Windows world. Best r

Re: [Mingw-w64-public] Multi-Byte Character Issue with MSVCRT.DLL

2016-06-08 Thread Pavel
Hi Yongwei, my answer will probably not satisfy you, but perhaps it would be worth to think about it. I would never dare to put non-ASCII characters straight to the C/C++ source code. There are two sources of problems - the text editor and the compiler. You never know what code page each of them