[unicode] Use unicode when dealing with chars - Part 1

This commit is contained in:
Léa Saviot
2019-01-24 14:21:04 +01:00
committed by Émilie Feral
parent b59d568063
commit 784381bd33
29 changed files with 185 additions and 128 deletions

View File

@@ -12,6 +12,8 @@
#include <ion/storage.h>
#include <ion/timing.h>
#include <ion/usb.h>
#include <ion/unicode/utf8_decoder.h>
#include <ion/unicode/utf8_helper.h>
#include <stdint.h>
#include <string.h>