Re: Encodings problem
Re: Encodings problem
- Subject: Re: Encodings problem
- From: Chris Ridd <email@hidden>
- Date: Wed, 10 Sep 2003 22:05:36 +0100
On 10/9/03 9:36 pm, M. Uli Kusterer <email@hidden> wrote:
>
At 20:51 Uhr +0100 10.09.2003, TACKEL wrote:
>
> Before sending the email to the list I took a look at mamasam and found some
>
> interesting emails but at the moment I haven't solved the problem.
>
>
>
> I really appreciate any idea.
>
>
a) NSLocalizedString(), (localizable? don't remember the exact name
>
-- as always...)
>
>
b) use the NSString method to read the string from a UTF8 file in your bundle
>
>
c) Specify the different characters using C escape sequences (\xNN or \0NN)
>
>
d) lots of things I can't remember right now
d) create the values in an array of unichar, and use NSString
+stringWithCharacters:length:
e) probably others :-)
Cheers,
Chris
_______________________________________________
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.