added code example to the main README

This commit is contained in:
cozis
2022-03-13 12:11:44 +01:00
parent ee68905f92
commit ef1a32eee4
3 changed files with 30 additions and 4 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
#include <stddef.h> // NULL
#include "utf8.h"
// If this is turned on, this library will assume that the
// UTF-8 strings will mainly contain ASCII characters.
// If this is turned on, these functions will assume
// the UTF-8 strings will mainly contain ASCII characters.
#define ASSUME_ASCII 1
/* SYMBOL