storaged-project / libbytesize

A tiny library providing a C "class" for working with arbitrary big sizes in bytes
GNU Lesser General Public License v2.1
20 stars 21 forks source link

tests: Use UTF-8 locale instead of utf8 #106

Closed vojtechtrefny closed 2 years ago

vojtechtrefny commented 2 years ago

Apparently en_US.utf8 doesn't work on all systems with setlocale.

Fixes: #105