Re: Cant't use UTF-8 source files. False string interpretation.
Re: Cant't use UTF-8 source files. False string interpretation.
- Subject: Re: Cant't use UTF-8 source files. False string interpretation.
- From: Stephane Sudre <email@hidden>
- Date: Mon, 16 Feb 2004 15:24:53 +0100
Replace:
[text1 setStringValue:@"someArabic"];
with:
[text1
setStringValue:NSLocalizedStringFromTable(@"someArabic",@"MyArabicstring
sile",@"Description forthcoming")];
?
_______________________________________________
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.