Re: Subversion and UTF-8 filenames
Re: Subversion and UTF-8 filenames
- Subject: Re: Subversion and UTF-8 filenames
- From: David Dunham <email@hidden>
- Date: Tue, 7 Nov 2006 13:35:47 -0800
On 27 Oct 2006, at 15:32, Alastair Houghton wrote:
Is anyone using Subversion with non-ASCII filenames
Yes, we do. Japanese ones like yours, as it happens.
The solution to your problem is to set your LANG environment
variable e.g. in your .profile. In your case, you probably want
something like
export LANG=en_US.UTF-8
If you do that, you should find that Subversion works the way you
want.
No, nor does Florent's suggestion.
[French/mfreecelllayouts] % set lang=en_US.UTF-8
[French/mfreecelllayouts] % svn status -u
svn: Can't convert string from native encoding to 'UTF-8':
svn: Azte?\204?\128que.dat
[French/mfreecelllayouts] % ls Azt*
Azte??que.dat
[French/mfreecelllayouts] % set LC_CTYPE=en_US.UTF-8
[French/mfreecelllayouts] % svn status -u
svn: Can't convert string from native encoding to 'UTF-8':
svn: Azte?\204?\128que.dat
------------
David Dunham email@hidden http://www.pensee.com/dunham/
"No matter how far you have gone on a wrong road, turn back." -
Turkish proverb
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden