Re: printing Utf8
Re: printing Utf8
- Subject: Re: printing Utf8
- From: lbland <email@hidden>
- Date: Wed, 31 Oct 2012 11:17:23 -0400
hi-
On Oct 31, 2012, at 10:41 AM, "Gerriet M. Denkmann" <email@hidden> wrote:
> NSString *s = @"ร่วมรส";
Not supported. The compiler should be issuing a warning. You need to escape the characters using a UTF encoding.
thanks!-
-lance
_______________________________________________
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
References: | |
| >printing Utf8 (From: "Gerriet M. Denkmann" <email@hidden>) |