From cbb8d67f60ce2f1d4f88f16515ad6cd10d05fa79 Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Wed, 9 Feb 2022 06:45:33 +0100 Subject: [PATCH] Set en_US.UTF-8 as default encoding --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index c5a5c2d..6a2e663 100644 --- a/bashrc +++ b/bashrc @@ -7,7 +7,7 @@ export LWS=$WORKSPACE echo "Linux Workspace initialization $WORKSPACE_BASHRC" if [[ -z $LC_ALL ]]; then - export LC_ALL=C + export LC_ALL=en_US.UTF-8 fi for rc_file in $WORKSPACE/rc/*.sh; do