Dear All,
hello,

Windows 7 (64-bit), Msys2-Mingw64 are installed in my computer.

i wrote very little code in C to display Russian/Cyrillic characters. however 
it does not work. i still get some strange pseudo-symbols instead of correct 
Russian words (charactres).

i would appreciate if someone in the forum could assist me to resolve the 
issues associated with locating (locale, setlocale) the ANSII-coding of Latin 
(English), and Cyrillic (Russian) symbols in terms of gcc-compiler in 
Msys2-Mingw64.

Thank you.

Il'dar

-------------------------
#include<stdio.h>
#include<stdlib.h>
#include<locale.h>

int main(int argc,char *argv[])
  {
        setlocale(LC_ALL,"Rus");

        printf("Привет, Мир !\n");
        printf("Hello, World ! \n");

        return 0;
  }
---------------------------------------



_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to