Hello, 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. Since a while ago, strings files can also be UTF-8 (and converted to UTF-8 from within XCode, just open the Info for a fiie), which works fine with git and gitX. As far as I know, git itself cannot handle UTF-16 as text. Lukas To unsubscribe from this group, send email to gitx+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
