1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-05 08:27:10 +02:00

Add UTF8 library.

This commit is contained in:
Sandu Liviu Catalin
2021-09-19 14:23:47 +03:00
parent cae745378d
commit 4a8a7172d4
9 changed files with 1738 additions and 1 deletions

14
module/Library/UTF8.hpp Normal file
View File

@ -0,0 +1,14 @@
#pragma once
// ------------------------------------------------------------------------------------------------
#include "Core/Utility.hpp"
// ------------------------------------------------------------------------------------------------
#include <utf8.h>
// ------------------------------------------------------------------------------------------------
namespace SqMod {
} // Namespace:: SqMod