Skip to content

Commit

Permalink
Set the locale in the gentestdata script to C.UTF-8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Oct 23, 2021
1 parent 2e2b27a commit 0590a6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/gentestdata.sh
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 0590a6d

Please sign in to comment.