CoreComponents 3.0.0
A Modern C++ Toolkit
|
Iteration and validation of Unicode encoded strings More...
Classes | |
class | Utf16 |
Iterate Unicode code points of an UTF-16 encoded string. More... | |
class | Utf16Sink |
UTF-16 encoding data sink. More... | |
class | Utf16Source |
UTF-16 decoding data source. More... | |
class | Utf8 |
Iterate Unicode code points of an UTF-8 encoded string. More... | |
class | Utf8Sink |
UTF-8 encoding data sink. More... | |
class | Utf8Source |
UTF-8 decoding data source. More... | |
Typedefs | |
using | Unicode = Utf8 |
Convenience alias. | |
Iteration and validation of Unicode encoded strings