
loadlocale() fails - since only LC_CTYPE is implemented and all other categories return error, code never got to actually load the ctype locales, as first category tried was LC_COLLATE and it always failed
loadlocale() fails - since only LC_CTYPE is implemented and all other categories return error, code never got to actually load the ctype locales, as first category tried was LC_COLLATE and it always failed