New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/31497#issuecomment-862837941 Comment: Hm, on musl, with: ``` cat >some-bin/locale <<\EOF #!/bin/sh printf '%s.UTF-8\n' C en_US fr_FR ru_RU EOF ``` a test failed because musl doesn't consider `U+1680` as space character.