Re: Fix for Xcode integration with Perforce configured in Unicode mode
Re: Fix for Xcode integration with Perforce configured in Unicode mode
- Subject: Re: Fix for Xcode integration with Perforce configured in Unicode mode
- From: Chris Ridd <email@hidden>
- Date: Mon, 31 Oct 2005 07:17:19 +0000
- Thread-topic: Fix for Xcode integration with Perforce configured in Unicode mode
On 31/10/05 6:45, Blake Ramsdell <email@hidden> wrote:
> PROBLEM
>
> Xcode doesn't work with a Perforce server configured in Unicode mode,
> due to the fact that the P4CHARSET environment variable or the -C
> option to the "p4" command must be specified.
>
>
> MY SOLUTION
>
> Write a wrapper script for the p4 command that specifies the -C option:
>
> #!/bin/bash
> /usr/local/bin/p4 -C utf8 $@
>
> and then use that in the SCM configuration in Xcode.
Why don't you just set P4CHARSET in ~/.MacOSX/environment.plist?
<http://developer.apple.com/qa/qa2001/qa1067.html>
Cheers,
Chris
_______________________________________________
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