Re: How to convert NSString to wstrings?
Re: How to convert NSString to wstrings?
- Subject: Re: How to convert NSString to wstrings?
- From: Jason Coco <email@hidden>
- Date: Thu, 6 Nov 2008 13:03:15 -0500
On Nov 6, 2008, at 12:34 , Arun wrote:
Hi All,
what is the best way of converting NSString into wstring?
I've never used mbstowcs() type functions, but I would imagine that's
how you would do it. First, convert the NSString to a C string with
the appropriate encoding, then use mbstowcs with the appropriate
locale. I would start there...
J
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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