Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unicode

A small C library for encoding/decoding UTF-8. The API is quite simple and well documented, have a look at unicode/unicode.h.

Build Instructions

This library doesn't use anything but the C standard library. So you should be able to just include unicode.c and unicode.h in your projects without much hassle.

Note

If you want to add some other build system, like meson, or autotools, you are welcome to create a PR for that.

Building with CMake

cmake -B build
cmake --build build

About

A Unicode/UTF-8 processing library

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages