[swift-dev] Combining Skin Tone Emoji Into Single Extended Grapheme Clusters

Dmitri Gribenko gribozavr at gmail.com
Tue Dec 22 05:16:44 CST 2015


On Tue, Dec 22, 2015 at 12:10 AM, Michael Buckley via swift-dev <
swift-dev at swift.org> wrote:

> It actually appears that Swift already links against ICU. I'll see if I
> can hook Swift up to ICU's grapheme separation code.
>

Hi Michael,

Thank you for the investigation.  Yes, calling into ICU for this would be
an interesting direction to explore.  One thing that we would want to do is
measure the performance and compare to the current implementation.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20151222/ac23d1b3/attachment.html>


More information about the swift-dev mailing list