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++
- Host: GitHub
- URL: https://github.com/ibob/c-utf8
- Owner: iboB
- License: mit
- Created: 2023-07-13T06:33:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T07:09:13.000Z (over 1 year ago)
- Last Synced: 2024-05-01T20:50:42.617Z (over 1 year ago)
- Topics: c, cpp, unicode, utf-8, utf8
- Language: C++
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.