Use C.utf8 locale for customized ISO with non-latin filenames

Fixes #21
This commit is contained in:
ValdikSS 2022-01-09 16:13:30 +03:00
parent 68b616a916
commit 8354ffdc14
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -f # noglob
set +o braceexpand # disable braceexpand
shopt -s nocasematch # for "if labeltype"
export LANG=C
export LANG=C.utf8
bold="$(tput bold)"
normal="$(tput sgr0)"