Files
loongoffice/external
Tor Lillqvist f046fed278 Don't ever attempt to initialise a std::locale with a UTF-8 locale on Windows
As I said in 2ff121f298e64ff204621220622472fe697d599d, passing a
POSIX-style locale name to the std::locale constructor on Windows is
decidedly odd, and apparently boost adds insult to injury by even
really attempting to use a UTF-8 one if that is what our code thinks
it wants. Or something.

This commit avoids the ton of
"warn:unotools.i18n:7996:3544:unotools/source/i18n/resmgr.cxx:123: CRT
Report Hook: ASSERT: f:\dd\vctools\crt\crtw32\stdcpp\xmbtowc.c(89) :
Assertion failed: ploc->_Mbcurmax == 1 || ploc->_Mbcurmax == 2" we
otherwise get when built with --enable-dbgutil and a current VS2015
(or 2017?).

Change-Id: I3a774dff7b12d9960f553c9f242e0463c6d13d5d
Reviewed-on: https://gerrit.libreoffice.org/54444
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2018-05-17 11:21:02 +02:00
..
2018-01-27 08:49:38 +01:00
2017-12-15 22:23:31 +01:00
2018-01-08 12:39:38 +01:00
2018-05-17 00:23:48 +02:00
2017-11-10 14:03:51 +01:00
2018-03-08 22:00:58 +01:00
2018-04-12 09:09:37 +02:00
2018-01-06 09:04:53 +01:00
2018-01-05 19:47:10 +01:00
2017-10-25 16:00:25 +02:00
2018-04-12 16:54:10 +02:00
2018-04-25 17:48:49 +02:00
2018-02-15 04:27:37 +01:00
2018-01-09 08:16:31 +01:00
2018-01-04 23:04:36 +01:00
2018-04-26 22:10:41 +02:00
2017-10-28 16:49:17 +02:00
2018-03-06 18:48:10 +01:00
2018-04-09 08:47:06 +02:00
2018-01-08 18:11:28 +01:00

External projects bundled with LibreOffice.