From: deskull Date: Mon, 17 Feb 2020 15:24:13 +0000 (+0900) Subject: [Fix] #38836 shimitei氏に指摘いただいたsetlocaleの壊滅的なヘマを修正. / Fix my *sloppy* mistake at setlo... X-Git-Tag: vmacos3.0.0-alpha52~1598 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2c7ea44e015bf92487a2a692e28ba4106a242cec;p=hengbandforosx%2Fhengbandosx.git [Fix] #38836 shimitei氏に指摘いただいたsetlocaleの壊滅的なヘマを修正. / Fix my *sloppy* mistake at setlocale(). (thanks to shimitei.) --- diff --git a/src/main-win.c b/src/main-win.c index 76e67b0a1..785c70877 100644 --- a/src/main-win.c +++ b/src/main-win.c @@ -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())