Re: special characters are destroyed when copying a string character by character
Re: special characters are destroyed when copying a string character by character
- Subject: Re: special characters are destroyed when copying a string character by character
- From: Sherm Pendley <email@hidden>
- Date: Wed, 06 Apr 2011 00:31:02 -0400
On Tue, Apr 5, 2011 at 11:55 AM, Horst Jäger <email@hidden> wrote:
>
> [dst appendFormat:@"%c", chr];
%c is the format specifier for 8-bit chars - use %C for 16-bit unichars.
sherm--
--
Cocoa programming in Perl:
http://camelbones.sourceforge.net
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden