class methods
Allows to iterate over a string's utf8 codepoints. The easiest way to use it is with a c++11 range style for loop like:
for(auto c: ofUTF8Iterator(str)){ ... }
which will iterate through all the utf8 codepoints in the string.
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue