Revert "use LIBO_LANG=C.UTF-8 instead of en_US.UTF-8"

This reverts commit dc141130cd.

moggi/cloph insist on that it should be en_US.UTF-8 and people should
either just use that or use locale-gen. Will give problems in chroot,
but... *shrugs*
This commit is contained in:
Rene Engelhard 2017-06-10 11:40:02 +02:00
parent 8ab2c4b680
commit eb3bcfff0e

View file

@ -26,7 +26,7 @@ gb_UITest_GDBTRACE := --gdb
gb_UITest__interactive := $(true)
endif
gb_UITest_COMMAND := LIBO_LANG=C.UTF-8 $(gb_UITest_EXECUTABLE) $(SRCDIR)/uitest/test_main.py
gb_UITest_COMMAND := LIBO_LANG=en_US.UTF-8 $(gb_UITest_EXECUTABLE) $(SRCDIR)/uitest/test_main.py
.PHONY : $(call gb_UITest_get_clean_target,%)
$(call gb_UITest_get_clean_target,%) :