RE: 1.4.1i, source where is it?
> > Hmm, I have the same problem.
> > Rene's name is displayed as RenA@ (close enough).
>
> lol, ah oh!.. i don't know if René would appreciate that ;)
Yes, he pointed out my poor phrasing <g>.
I meant, of course, that:
RenA@ (is how it was displayed on my terminal - close enough).
> export LC_CTYPE="en_US"
That also corrected the problem for me.
My locale was:
$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
Which surprised my, since I would have thought it would default to
standard en_US, iso 8859.
Thanks for the help.
Dave