Hi.I have been trying to write a simple program that teaches how to read and write Japanese.Unfortunately not every windows does not support Jpanese characters.So like when my program starts I have a pop up which has to give a japanese chared message altough I write the code as such
strcpy(Kanji[1][1], " ( )");
on my computer when I use
MessageBox(hWnd, Kanji[1][1], "Kanji", MB_OK);
the message box gives me some odd chars....If there is a way in cpp to get over this problem please help me.....