Comment 5 for bug 1275210

Revision history for this message
Eldar Khayrullin (eldar) wrote :

Must be:
#include <stdio.h>

int main()
{
 printf("Привет Мир\n");
 return 0;
}

Current:
#include <stdio.h>

int main()
{
 printf("M-P~_M-Q~@M-PM-8M-PM-2M-PM-5M-Q~B M-P~\M-PM-8M-Q~@\n");
 return 0;
}

The russian text is not displayed correctly.