Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.