Skip navigation.
 
mlRe: Convert unicode string into ascii
FROM : Deborah Goldsmith
DATE : Fri Aug 29 00:36:47 2008

You can use CFStringTransform to process Unicode in several ways that 
might be useful for what you're doing. Or you can just go through it 
character by character. To see what CFStringTransform can do, see:

http://icu-project.org/userguide/Transform.html

I should point out that you can only write English with a-z, so I 
don't know if I'd consider the other characters "weird". Not to 
mention characters like ¥, ©, and so on.

Deborah Goldsmit
Apple Inc.
<email_removed>

On Aug 28, 2008, at 11:38 AM, 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_removed>)
>
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlConvert unicode string into ascii Davide Scheriani Aug 28, 20:38
mlRe: Convert unicode string into ascii Wade Tregaskis Aug 28, 20:53
mlRe: Convert unicode string into ascii Martin Stoufer Aug 28, 20:53
mlRe: Convert unicode string into ascii Ricky Sharp Aug 28, 21:08
mlRe: Convert unicode string into ascii Andrew Farmer Aug 28, 22:40
mlRe: Convert unicode string into ascii Ricky Sharp Aug 28, 22:58
mlRe: Convert unicode string into ascii Deborah Goldsmith Aug 29, 00:36
mlRe: Convert unicode string into ascii I. Savant Aug 29, 00:48
mlRe: Convert unicode string into ascii Nathan Vander Wilt Aug 29, 01:15
mlConvert unicode string into ascii Davide Scheriani Aug 29, 12:14
mlRE: Convert unicode string into ascii Gary L. Wade Aug 29, 16:51
mlConvert unicode string into ascii Davide Scheriani Aug 29, 20:12