Enable utf-8 encoding during dev-setup.sh
parent
0258009857
commit
0dadb580c3
|
@ -16,7 +16,7 @@
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
# Set a default locale to handle output from commands reliably
|
# Set a default locale to handle output from commands reliably
|
||||||
export LANG=C
|
export LANG=C.UTF-8
|
||||||
|
|
||||||
# exit on any error
|
# exit on any error
|
||||||
set -Ee
|
set -Ee
|
||||||
|
|
Loading…
Reference in New Issue