From 2c7ea44e015bf92487a2a692e28ba4106a242cec Mon Sep 17 00:00:00 2001 From: deskull Date: Tue, 18 Feb 2020 00:24:13 +0900 Subject: [PATCH] =?utf8?q?[Fix]=20#38836=20shimitei=E6=B0=8F=E3=81=AB?= =?utf8?q?=E6=8C=87=E6=91=98=E3=81=84=E3=81=9F=E3=81=A0=E3=81=84=E3=81=9Fs?= =?utf8?q?etlocale=E3=81=AE=E5=A3=8A=E6=BB=85=E7=9A=84=E3=81=AA=E3=83=98?= =?utf8?q?=E3=83=9E=E3=82=92=E4=BF=AE=E6=AD=A3=EF=BC=8E=20/=20Fix=20my=20*?= =?utf8?q?sloppy*=20mistake=20at=20setlocale().=20(thanks=20to=20shimitei.?= =?utf8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main-win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) -- 2.11.0