Hi all,
Is anyone else seeing this?
$ pwd /Library/Application Support/TextMate $ svn update svn: Can't convert string from 'UTF-8' to native encoding: svn: Bundles/CAKE.tmbundle/Commands/Paste Line : Selection to IRC? \226?\128?\166 (CakePHP Paste).plist $
Any idea what's causing this?
Carpe viam, Mike
Michael Larocque Chief Cook and Bottle Washer Prolumina Communications Inc. http://prolumina.com/~mlarocque/
On Apr 10, 2006, at 7:25 PM, Michael Larocque wrote:
$ svn update svn: Can't convert string from 'UTF-8' to native encoding:
This is the likely culprit: http://macromates.com/textmate/manual/bundles#setting_lc_ctype
Run: echo $LC_CTYPE in the terminal, and you should get: en_US.UTF-8 If not, you need to set the LC_CTYPE variable via the instructions in that page.
Carpe viam, Mike
Haris
On 10-Apr-2006, at 18:47 , Charilaos Skiadas wrote:
This is the likely culprit: http://macromates.com/textmate/manual/bundles#setting_lc_ctype
Run: echo $LC_CTYPE in the terminal, and you should get: en_US.UTF-8 If not, you need to set the LC_CTYPE variable via the instructions in that page.
Haris
Thanks Haris. That fixed it. Whoa! The svn update added a _lot_ of bundles and features!
Carpe viam, Mike
Michael Larocque Chief Cook and Bottle Washer Prolumina Communications Inc. http://prolumina.com/~mlarocque/