Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avakar/wtf8
Convert to and from Wobbly UTF-8
https://github.com/avakar/wtf8
cpp utf-8 wtf-8
Last synced: 10 days ago
JSON representation
Convert to and from Wobbly UTF-8
- Host: GitHub
- URL: https://github.com/avakar/wtf8
- Owner: avakar
- License: 0bsd
- Created: 2020-07-01T06:57:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T06:57:34.000Z (over 4 years ago)
- Last Synced: 2024-11-06T02:57:30.133Z (about 2 months ago)
- Topics: cpp, utf-8, wtf-8
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wtf8
Convert to and from Wobbly UTF-8.
## Installation
If you're using cmake, you can fetch the library via FetchContent.
FetchContent_Declare(
avakar_wtf8
GIT_REPOSITORY https://github.com/avakar/wtf8.git
GIT_TAG master
GIT_SHALLOW YES
)
FetchContent_MakeAvailable(avakar_wtf8)Then, link against avakar::wtf8.