• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Subversion and UTF-8 filenames
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Subversion and UTF-8 filenames


  • Subject: Re: Subversion and UTF-8 filenames
  • From: Jonas Maebe <email@hidden>
  • Date: Tue, 7 Nov 2006 22:48:36 +0100


On 07 Nov 2006, at 22:35, David Dunham wrote:

  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

a) "set" is not the same as "export":

kevlar:~ jonas$ set a=xxxx
kevlar:~ jonas$ echo $a
kevlar:~ jonas$ export a=xxxx
kevlar:~ jonas$ echo $a
xxxx

(in tcsh, use "setenv a xxxx")

b) "lang" is not the same as "LANG":

kevlar:~ jonas$ export a=xxx
kevlar:~ jonas$ echo $A

kevlar:~ jonas$ echo $a
xxx


Jonas _______________________________________________ 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
References: 
 >Re: Subversion and UTF-8 filenames (From: David Dunham <email@hidden>)

  • Prev by Date: Re: Subversion and UTF-8 filenames
  • Next by Date: Re: Subversion and UTF-8 filenames
  • Previous by thread: Re: Subversion and UTF-8 filenames
  • Next by thread: Re: Subversion and UTF-8 filenames
  • Index(es):
    • Date
    • Thread