Umlaute in NSString
Umlaute in NSString
- Subject: Umlaute in NSString
- From: Michael Becker <email@hidden>
- Date: Mon, 22 Mar 2004 16:19:26 +0100
Hi!
Just a quick question: I have an NSAttributedString set up like this:
aS = [[ NSAttributedString alloc] initWithString:@"U-Umlaut: "
attributes:d];
[ aS drawAtPoint:aPoint];
But the output on the screen is this:
U-Umlaut: C!
(The umlaut turns into a square-root-sign and a degree-sign)
I am not really familiar with character encodings, so could somebody
please tell me how to get rid of this and make the application draw the
correct umlaut?
Bye,
Michael
_______________________________________________
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.