On May 4, 2005, at 16:33, Kumar McMillan wrote:
Just as a test I tried checking out a fresh version and it worked fine for me.
Thank you very much!
I have this in my bash_profile : export LC_CTYPE="en_US.UTF-8"
The problem was a LC_ALL=C in the environment.
For the archives, to fix it I undefined that variable and set LC_CTYPE:
# export LC_ALL= # export LC_CTYPE="en_US.UTF-8" # svn ...
That worked.
-- fxn