Skip to content
Alex Qzminsky edited this page Feb 27, 2020 · 5 revisions

utf8️⃣cpp: reference guide

utf8cpp is a simple, tiny C++ string library with UTF-8 support and some modern improvements.

Welcome to the utf8cpp wiki. Please choose your topic from the sidebar on the right or using the table of contents.

Contents

  1. Home ← You are here
  2. Views
  3. Iterators

Getting started

  1. Download and copy the file string.h into your project headers' directory;
  2. #include it;
  3. Enjoy! 😃

Clone this wiki locally