From 8354ffdc14f08f739742d29332c45d05ca52c413 Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Sun, 9 Jan 2022 16:13:30 +0300 Subject: [PATCH] Use C.utf8 locale for customized ISO with non-latin filenames Fixes #21 --- windows2usb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows2usb b/windows2usb index 9e5d452..575daed 100755 --- a/windows2usb +++ b/windows2usb @@ -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)"