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

https://github.com/ibob/c-utf8

utf8 ⇔ utf32 (Unicode) conversion for C an C++
https://github.com/ibob/c-utf8

c cpp unicode utf-8 utf8

Last synced: 6 months ago
JSON representation

utf8 ⇔ utf32 (Unicode) conversion for C an C++

Awesome Lists containing this project

README

          

# c-utf8

Minimalistic utf8 ⇔ utf32 (Unicode) conversion for C and C++

## Usage

* For C include `c-utf8/convert.h`
* For C++ include `c-utf8/convert.hpp`

The C++ header requires C++17, though this restriction can easily be lifted if there's interest

## Example

## Documentation

The API documentation can be found in the header files

## License

The library is distributed under the MIT Software License. See LICENSE.txt for further details or copy [here](http://opensource.org/licenses/MIT).

Copyright © 2023-2024 Borislav Stanimirov.