Set en_US.UTF-8 as default encoding

This commit is contained in:
Martin Blazik
2022-02-09 06:45:33 +01:00
parent b9a70bef19
commit cbb8d67f60

2
bashrc
View File

@@ -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