From 351297f2b408bbf4e3198bede69a3725e8468334 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 12 May 2025 00:24:47 +0200 Subject: hax --- src/lib/util.cc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/lib/util.cc b/src/lib/util.cc index bc74ae3dd..aca0fa651 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -569,13 +569,8 @@ dcpomatic_setup_c_and_gettext_i18n(string lang) #endif } -#ifndef DCPOMATIC_WINDOWS - // /* On Windows this seems to take us from the configured locale back to C, - // * which is never what we want. On macOS/Linux this has the opposite effect - // * of making the configured language be applied to printf() etc. - // */ - // setlocale(LC_ALL, ""); -#endif + setlocale(LC_ALL, ""); + textdomain("libdcpomatic2"); bindtextdomain("libdcpomatic2", mo_path().string().c_str()); bind_textdomain_codeset("libdcpomatic2", "UTF8"); -- cgit v1.2.3