CoreComponents 3.0.0
A Modern C++ Toolkit
|
Iterate Unicode code points of an UTF-8 encoded string. More...
#include <cc/Utf8>
Public Member Functions | |
Utf8 (const char *s) | |
Create a UTF-8 facade for byte string s. | |
Utf8 (const char *s, long n) | |
Create a UTF-8 facade for byte string s of length n. | |
Utf8 (const String &s) | |
Create a UTF-8 facade for byte string s. | |
Utf8Iterator | begin () const |
Begin of iteration sequence. | |
Utf8Iterator | end () const |
End of iteration sequence. | |
long | count () const |
Count number of code points. | |
Static Public Member Functions | |
static int | encodedSize (char32_t ch) |
Get encoded size of code point ch. | |
Iterate Unicode code points of an UTF-8 encoded string.
Utf8 | ( | const char * | s | ) |
Create a UTF-8 facade for byte string s.
Utf8 | ( | const char * | s, |
long | n ) |
Create a UTF-8 facade for byte string s of length n.
|
static |
Get encoded size of code point ch.
Utf8Iterator begin | ( | ) | const |
Begin of iteration sequence.
Utf8Iterator end | ( | ) | const |
End of iteration sequence.
long count | ( | ) | const |
Count number of code points.