An open API service indexing awesome lists of open source software.

https://github.com/povilasb/utf8str

C++14 UTF-8 string implementation
https://github.com/povilasb/utf8str

cpp utf-8

Last synced: over 1 year ago
JSON representation

C++14 UTF-8 string implementation

Awesome Lists containing this project

README

          

=====
About
=====

Simple UTF-8 string implementation in C++14.
It's very basic and only meant for educational purposes yet.
Although, I have a plan to make it exception safe, use rust like Result class
for error reporting and eventually use it in kernel space for `my OS
`_.