From 2b367ccdf66a435c205606a1ce71a003c3e0788d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 29 Jan 2024 09:39:23 +0100 Subject: UTF-8 --- core/modules/run-virt/fwtool/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/modules/run-virt') diff --git a/core/modules/run-virt/fwtool/main.c b/core/modules/run-virt/fwtool/main.c index 9e272384..aa6e70f3 100644 --- a/core/modules/run-virt/fwtool/main.c +++ b/core/modules/run-virt/fwtool/main.c @@ -19,8 +19,8 @@ int main(int argc, char **argv) char * const nenv[] = { "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/openslx/sbin:/opt/openslx/bin", "HOME=/root", - "LC_ALL=C", - "LANG=C", + "LC_ALL=C.UTF-8", + "LANG=C.UTF-8", 0 }; -- cgit v1.2.3-55-g7522