mirror of
https://github.com/ValdikSS/windows2usb.git
synced 2023-08-10 21:13:16 +03:00
Use C.utf8 locale for customized ISO with non-latin filenames
Fixes #21
This commit is contained in:
parent
68b616a916
commit
8354ffdc14
@ -4,7 +4,7 @@ set -f # noglob
|
|||||||
set +o braceexpand # disable braceexpand
|
set +o braceexpand # disable braceexpand
|
||||||
shopt -s nocasematch # for "if labeltype"
|
shopt -s nocasematch # for "if labeltype"
|
||||||
|
|
||||||
export LANG=C
|
export LANG=C.utf8
|
||||||
|
|
||||||
bold="$(tput bold)"
|
bold="$(tput bold)"
|
||||||
normal="$(tput sgr0)"
|
normal="$(tput sgr0)"
|
||||||
|
Loading…
Reference in New Issue
Block a user