Re: Subversion and UTF-8 filenames
Re: Subversion and UTF-8 filenames
- Subject: Re: Subversion and UTF-8 filenames
- From: "B.J. Buchalter" <email@hidden>
- Date: Tue, 07 Nov 2006 16:42:53 -0500
- Thread-topic: Subversion and UTF-8 filenames
You can't set the variable.
You need to either setenv the variable (csh) or export the variable (bash).
I have aliases (for a linux box) that look like this
LANG=en_US.UTF-8 svn <arguments go here>
So I use the LANG env variable (not lang) don't know if that specifically
makes a difference. But you have to make sure it is set in the environment
or it won't work...
BR,
B.J. Buchalter
Metric Halo
5 Donovan Drive
Hopewell Junction, NY 12533 USA
tel +1 845 223-6112
fax +1 603 250-2451
On 11/7/06 4:35 PM, "David Dunham" <email@hidden> wrote:
> 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
_______________________________________________
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