On Dec 10, 2009, at 8:42 AM, Manfred Schwind wrote:
Be careful, though: Some MacOS versions have a bug where .strings
files had to be UTF16 to actually work. I don't think Apple has
fixed that yet.
Do you have more specific information about that?
I consequently always used UTF-8 for all m
>>> Be careful, though: Some MacOS versions have a bug where .strings files had
>>> to be UTF16 to actually work. I don't think Apple has fixed that yet.
>>
>> Do you have more specific information about that?
>> I consequently always used UTF-8 for all my .strings files in every project
>> I ev
On Dec 10, 2009, at 8:42 AM, Manfred Schwind wrote:
>> Be careful, though: Some MacOS versions have a bug where .strings files had
>> to be UTF16 to actually work. I don't think Apple has fixed that yet.
>
> Do you have more specific information about that?
> I consequently always used UTF-8 fo
> Be careful, though: Some MacOS versions have a bug where .strings files had
> to be UTF16 to actually work. I don't think Apple has fixed that yet.
Do you have more specific information about that?
I consequently always used UTF-8 for all my .strings files in every project I
ever worked on (fo
On 09.12.2009, at 06:11, Parimal Das wrote:
> Thanks a lot Greg.
> Interpret as UTF8 solved the problem.
Be careful, though: Some MacOS versions have a bug where .strings files had to
be UTF16 to actually work. I don't think Apple has fixed that yet.
Cheers,
-- Uli Kusterer
"The witnesses of T
Thanks a lot Greg.
Interpret as UTF8 solved the problem.
-Parimal Das
On Tue, Dec 8, 2009 at 8:18 PM, Greg Parker wrote:
> On Dec 8, 2009, at 5:25 AM, Parimal Das wrote:
> > I am trying to write "CFBundleGetInfoString" into "InfoPlist.strings"
> from
> > cpp code and It is writing successfully.
On Dec 8, 2009, at 5:25 AM, Parimal Das wrote:
> I am trying to write "CFBundleGetInfoString" into "InfoPlist.strings" from
> cpp code and It is writing successfully.
> But when i use the InfoPlist.strings in xcode, it gives me a build error
> /usr/bin/iconv: English.lproj/InfoPlist.strings:1:82: i
Hi
I am trying to write "CFBundleGetInfoString" into "InfoPlist.strings" from
cpp code and It is writing successfully.
But when i use the InfoPlist.strings in xcode, it gives me a build error
/usr/bin/iconv: English.lproj/InfoPlist.strings:1:82: incomplete character
or shift sequence
Now if i ope