mini_utf8: a header only utf8 library
What is it?
This is a small header-only library to en- and decode utf-8 encoded strings. It started out as a file in a collection of header only libs, but has received enough work to warrant it's own project.
This library really only deals with en- and decoding of utf-8 encoded unicode codepoints. However, an attempt has been made to properly treat some of the oddities one might encounter, especially utf-16 relics like utf-8 encoded surrogates.
Documentation
There isn't a separate README, all documentation is contained within the header file itself, which you can view here
Download
You can get mini_utf8.h from its repository https://codeberg.org/gnarz/mini-utf8. To use it, just #include the header file in your sources.
License
mini_utf8.h and all accompanying documentation and additional source code is released under the MIT license.
Copyright (c) 2014, 2015 Gunnar ZötlPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Contact
If you have anything to say about this, comments, bug reports, whatever, feel free to email them to