Re:
Re:
- Subject: Re:
- From: Brian Webster <email@hidden>
- Date: Mon, 2 Sep 2002 14:01:15 -0500
On Monday, September 2, 2002, at 01:30 PM,
email@hidden wrote:
I have a problen with the NSLocalizedString() macro and my
Localizable.strings file under Jaguar. In fact, it doesn't work
anymore... Does anyone know why? Is it a known issue with Jaguar?
You might want to double check your .strings file to make sure it is
formatted properly. Use the "Parse File As Property List" command in
Project Builder to check the syntax. Also check to see if you are
getting any messages printed out complaining about the character
encoding of the plist, as there is more strict checking for this under
Jaguar (look at the Foundation/CoreFoundation release notes for more
info about this).
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
- Follow-Ups:
- Re:
- From: Bill Cheeseman <email@hidden>