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
- Host: GitHub
- URL: https://github.com/povilasb/utf8str
- Owner: povilasb
- Created: 2017-07-19T11:52:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T12:50:54.000Z (almost 9 years ago)
- Last Synced: 2025-03-16T00:14:24.777Z (over 1 year ago)
- Topics: cpp, utf-8
- Language: C++
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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
`_.