<Skipp_OSX>
so LC_TYPE indeed a thing and so is LC_CTYPE and now I don't know what's supposed to be set
<Skipp_OSX>
"On Unix, the result is determined by checking the LC_ALL, LC_TYPE, and LANG environment variables, in that order (and the result is used if the environment variable’s value starts with two lowercase ASCII letters, an underscore, and two uppercase ASCII letters, followed by either nothing or a period)."
<Skipp_OSX>
It seems like it should be LC_CTYPE not LC_TYPE but we should also set LC_CTYPE in Locale and these environmental variables confuse me
<OscarL>
Mmm still have a "LC_TYPE=en_US.UTF-8" for some reason (different than "LC_CTYPE=es_AR.UTF-8") :-/
<OscarL>
k. After a reboot, `set | grep LC` shows most things as "es.UTF-8" (LC_ALL is unset), except for: "LC_TYPE=en_US.UTF-8" 8-/