How to convert from decomposed to precomposed UTF-8 on iOS
How to convert from decomposed to precomposed UTF-8 on iOS
- Subject: How to convert from decomposed to precomposed UTF-8 on iOS
- From: Andreas Falkenhahn <email@hidden>
- Date: Mon, 28 Nov 2016 16:36:24 +0100
(I'm sorry, but this mail isn't really about Cocoa but I've checked all
the lists hosted on lists.apple.com and I haven't found a list which
is suitable so I'll try here.)
I need to convert a char array that contains decomposed UTF-8 characters
(as used by HFS) into a precomposed UTF-8 char array. How can I do that on
iOS please?
On macOS I can simply use CreateTextEncoding(), TECCreateConverter(),
and TECConvertText() but apparently these APIs aren't available on iOS.
Any ideas?
--
Best regards,
Andreas Falkenhahn mailto:email@hidden
_______________________________________________
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