Skip to content
/ wtf8 Public

Convert to and from Wobbly UTF-8

License

Notifications You must be signed in to change notification settings

avakar/wtf8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Convert to and from Wobbly UTF-8

Topics

Resources

License

Stars

Watchers

Forks