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>
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 mails | Author | Date |
|---|---|---|
| Davide Scheriani | Aug 28, 20:38 | |
| Wade Tregaskis | Aug 28, 20:53 | |
| Martin Stoufer | Aug 28, 20:53 | |
| Ricky Sharp | Aug 28, 21:08 | |
| Andrew Farmer | Aug 28, 22:40 | |
| Ricky Sharp | Aug 28, 22:58 | |
| Deborah Goldsmith | Aug 29, 00:36 | |
| I. Savant | Aug 29, 00:48 | |
| Nathan Vander Wilt | Aug 29, 01:15 | |
| Davide Scheriani | Aug 29, 12:14 | |
| Gary L. Wade | Aug 29, 16:51 | |
| Davide Scheriani | Aug 29, 20:12 |






Cocoa mail archive

