From 565073136200e05e65e785af478339e40c2bb3eb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 26 May 2017 09:09:53 +0530 Subject: [PATCH] ... --- src/calibre/startup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/startup.py b/src/calibre/startup.py index 96db4d5ae4..ad899d0ca1 100644 --- a/src/calibre/startup.py +++ b/src/calibre/startup.py @@ -105,7 +105,7 @@ if not _run_once: dl = locale.getdefaultlocale() try: if dl: - locale.setlocale(dl[0]) + locale.setlocale(locale.LC_ALL, dl[0]) except: pass