Re: Subversion and UTF-8 filenames
Re: Subversion and UTF-8 filenames
- Subject: Re: Subversion and UTF-8 filenames
- From: Bill Bumgarner <email@hidden>
- Date: Tue, 7 Nov 2006 14:52:22 -0800
On Nov 7, 2006, at 1:35 PM, David Dunham wrote:
export LANG=en_US.UTF-8
Just a word of caution:
Setting the above in your shell's init -- I use LC_ALL=en_US.UTF-8 for
svn's benefit -- may have unexpected consequences.
In particular, the compiler will emit unicode single quotes around
certain error messages. This can easily break testing that is looking
for particular compiler output.
For the sake of portability, I would highly recommend that you exactly
control and define the appropriate locale within anything that is
calling out to external tools and expecting a particular type/format/
wording of output.
b.bum
_______________________________________________
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