From 4c72e89f2ecb457a212b001bbaabd4c35ff77f82 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 19 Mar 2022 23:04:41 +0000 Subject: proper support for unicode characters --- test/hbar.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'test/hbar.sh') diff --git a/test/hbar.sh b/test/hbar.sh index 9daf606..8d47595 100755 --- a/test/hbar.sh +++ b/test/hbar.sh @@ -1,10 +1,17 @@ #!/bin/sh HBAR=./bin/hbar -TEXT="Hello there" +#TEXT="Hello there" +TEXT="Привет мир" UNIT="mb" MAX=100 +for x in $(seq $MAX); do + ${HBAR} -T "${TEXT}" -u ${UNIT} $x $MAX + read +done +${HBAR} -t -T "${TEXT}" -u ${UNIT} $x $MAX + for x in $(seq $MAX); do ${HBAR} -T "${TEXT}" -u ${UNIT} $x $MAX sleep 0.01 -- cgit v1.2.1