Convert source files from EUC-KR to UTF8 #13

Open
Tr0n wants to merge 8 commits from Tr0n/client:chore/convert-euckr into master
Showing only changes of commit 077a365840 - Show all commits

View File

@ -214,13 +214,13 @@ const char* GetFontFaceFromCodePage9x(WORD codePage)
switch( codePage ) switch( codePage )
{ {
case CP_932: case CP_932:
return "\x82l\x82r \x82o\x83S\x83V\x83b\x83N"; return "MS PGothic";
case CP_949: case CP_949:
return "\xB1\xBC\xB8\xB2\xC3\xBC"; return "GulimChe";
case CP_936: case CP_936:
return "\xCB\xCE\xCC\xE5"; return "SimSun";
case CP_950: case CP_950:
return "\xB2\xD3\xA9\xFA\xC5\xE9"; return "MingLiU";
case CP_874: case CP_874:
return "Tahoma"; return "Tahoma";
case CP_1252: case CP_1252: