Difficulty getting grapheme lengths with ICU in C++ – Ubuntu
Finding examples for ICU is difficult, but here is what I'm trying to do. I need to be able to carve graphemes out of strings. In order to do this, I need to get the sequence of grapheme lengths in…