Re: how to find a .strings file?
Re: how to find a .strings file?
- Subject: Re: how to find a .strings file?
- From: Joar Wingfors <email@hidden>
- Date: Thu, 15 Sep 2011 08:38:22 -0700
If you search your projects from Xcode, it will find matches inside of ".strings" files. That requires you to have your strings files referenced from projects of course, and for you to search all projects separately.
On that topic: UTF16 is, as you've noted, somewhat difficult to deal with, and we therefore recommend that you store the strings files in your project as UTF8. Mac OS X still requires strings files in your product to be encoded in UTF16, but Xcode manages that for you by converting them to UTF16 when they're copied over to the build product as part of the build.
j o a r
On 15 sep 2011, at 06:48, Gerriet M. Denkmann wrote:
> I want to find all xxx.strings files which contain a certain word.
>
> Spotlight finds nothing.
>
> grep doesn't work, probably because it cannot handle Utf-16.
>
> So: what can I do?
>
> Kind regards,
>
> Gerriet.
>
> _______________________________________________
> 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
_______________________________________________
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