>> On Mar 21, 2010, at 17:21 , Rudi Farkas wrote: >> >>> When using gitx on Xcode projects, it thinks that Localizable.strings are >>> binary files. >>> It appears that this is so because these Localizable.strings files are >>> UTF-16 (they start with BOM FF FE), >>> and not due to the extension .strings.
I think GitX should handle new UTF-16 files just fine. We're relying on git for diffing though, and git doesn't do utf-16 so you're out of luck there until git adds file encoding options. - Pieter To unsubscribe from this group, send email to gitx+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
