https://github.com/avakar/wtf8
Convert to and from Wobbly UTF-8
https://github.com/avakar/wtf8
cpp utf-8 wtf-8
Last synced: about 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T06:57:34.000Z (almost 5 years ago)
- Last Synced: 2025-04-12T19:57:40.160Z (about 2 months ago)
- Topics: cpp, utf-8, wtf-8
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- 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.