tahonermann / text_view

A C++ concepts and range based character encoding and code point enumeration library
MIT License
122 stars 14 forks source link

Add support for Unicode grapheme cluster input iterators #21

Open tahonermann opened 8 years ago

ruoso commented 7 years ago

Interestingly enough, I have been doing a pet project on my own on this very topic...

https://github.com/ruoso/u5e/blob/master/t/006_grapheme_iterator.t.cpp#L16

tahonermann commented 7 years ago

Great, thanks for the link. I'll take a look when I get some time.