Re: Convert unicode string into ascii
Re: Convert unicode string into ascii
- Subject: Re: Convert unicode string into ascii
- From: Martin Stoufer <email@hidden>
- Date: Thu, 28 Aug 2008 11:53:17 -0700
- Organization: LBNL
The simplest way I've accomplished this is:
[[NSString alloc] initWithCString:(const char *)nullTerminatedCString
encoding:(NSStringEncoding)encoding];
Where encoding is :NSUTF8StringEncoding
You will then have to replace the "unknown" char with a "." with the
NSString method:
stringByReplacingOccurrencesOfString:withString:
Davide Scheriani wrote:
hello guys,
is a way to convert an unicode string into a simple a-z>0-9 string
and replace the other wierd chars into a "." (full stop)?
im doing a small hex reader, so maybe this could help you.
_______________________________________________
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
--
* Martin C. Stoufer *
* ISS/IT *
* Lawrence Berkeley National Lab *
* 510-486-5306 *
* MS 937-700 *
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