Re: Unable to write in InfoPlist.strings file from cpp

2009-12-10 Thread Douglas Davidson
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

Re: Unable to write in InfoPlist.strings file from cpp

2009-12-10 Thread Manfred Schwind
>>> 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

Re: Unable to write in InfoPlist.strings file from cpp

2009-12-10 Thread Henry McGilton (Boulevardier)
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

Re: Unable to write in InfoPlist.strings file from cpp

2009-12-10 Thread Manfred Schwind
> 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

Re: Unable to write in InfoPlist.strings file from cpp

2009-12-09 Thread Uli Kusterer
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

Re: Unable to write in InfoPlist.strings file from cpp

2009-12-08 Thread Parimal Das
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.

Re: Unable to write in InfoPlist.strings file from cpp

2009-12-08 Thread Greg Parker
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

Unable to write in InfoPlist.strings file from cpp

2009-12-08 Thread Parimal Das
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