Peter Hessler wrotes: > export LC_CTYPE="en_US.UTF-8" > > in my .xinitrc / .xsession tells programs To Do The Right Thing. > > Of course, not everything supports UTF8, so your milage may vary.
Was able to fix the problems exporting LC_CTYPE to es_ES.ISO8859-15. I don't use X at all, so append it to ~/.profile. I tried to export locale's variables to fix it, but wasn't able to get it work. Problem was because I didn' know what names Openbsd uses for locales. With your help, was able to find their definition in /usr/share/locale (duh!). Now it works fine for me. Thanks for the help, Peter. Regards, Matias.- --