Re: converting unicode text representation to unichar
Re: converting unicode text representation to unichar
- Subject: Re: converting unicode text representation to unichar
- From: "Adam R. Maxwell" <email@hidden>
- Date: Tue, 11 Aug 2009 08:26:29 -0700
On Aug 11, 2009, at 7:40 AM, Daniel Child wrote:
Unihan.txt provides text files showing characters in the format U
+XXXX.
If I scan these in, naturally I can obtain the NSString
representation XXXX.
But I need to convert this text to genuine unichars OR NSStrings
(the actual characters represented).
Try using CFStringTransform with CFSTR("Any-Hex/Unicode") for the
transform.
http://www.cocoabuilder.com/archive/message/cocoa/2007/11/6/192402
http://userguide.icu-project.org/transforms/general
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