From 0590a6d74fe3177eb51a2be29d76a70ee7b9a4ca Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Sat, 23 Oct 2021 19:18:08 +1100 Subject: [PATCH] Set the locale in the gentestdata script to C.UTF-8. --- scripts/gentestdata.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/gentestdata.sh b/scripts/gentestdata.sh index d398a32..b14d70f 100755 --- a/scripts/gentestdata.sh +++ b/scripts/gentestdata.sh @@ -1,5 +1,7 @@ #!/bin/bash +export LC_ALL=C.UTF-8 + for _i in `seq 1 2500` ; do uid=$(tr -cd [:alpha:] < /dev/urandom | head -c8)