OSDN Git Service

[Fix] #38836 shimitei氏に指摘いただいたsetlocaleの壊滅的なヘマを修正. / Fix my *sloppy* mistake at setlo...
authordeskull <deskull@users.sourceforge.jp>
Mon, 17 Feb 2020 15:24:13 +0000 (00:24 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Mon, 17 Feb 2020 15:27:32 +0000 (00:27 +0900)
src/main-win.c

index 76e67b0..785c708 100644 (file)
@@ -4701,7 +4701,7 @@ int FAR PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrevInst,
        HDC hdc;
        MSG msg;
 
-       setlocale(LC_ALL, "ja_JP.utf8");
+       setlocale(LC_ALL, "ja_JP");
        (void)nCmdShow;
        hInstance = hInst;
        if (is_already_running())