Only locale en_US.UTF-8 works.
all other locales dump with:
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Aborted (core dumped)
workaround:
type this on the command line:
export LC_ALL="en_US.UTF-8"