Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrpsz/utf8span
A small library for handling strings containing UTF8 encoded characters.
https://github.com/piotrpsz/utf8span
cpp utf8
Last synced: about 2 months ago
JSON representation
A small library for handling strings containing UTF8 encoded characters.
- Host: GitHub
- URL: https://github.com/piotrpsz/utf8span
- Owner: piotrpsz
- Created: 2023-12-05T10:50:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T14:11:13.000Z (about 1 year ago)
- Last Synced: 2023-12-12T14:37:50.352Z (about 1 year ago)
- Topics: cpp, utf8
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# utf8span
A small library for handling strings containing UTF8 encoded characters.
Currently supported national characters are Polish and German.Utf8span may or may not own the data.
When utf8span is not the owner, the actual owner must ensure that the data lives longer than span.