[ion/kandinsky] Move unicode to ion

This commit is contained in:
Léa Saviot
2019-01-23 11:00:33 +01:00
committed by Émilie Feral
parent 519e12fd26
commit b6eb663f53
72 changed files with 241 additions and 226 deletions

View File

@@ -1,6 +1,6 @@
#include "helpers.h"
#include <string.h>
#include <kandinsky/unicode/code_point.h>
#include <ion/unicode/code_point.h>
#include <ion.h>
namespace Code {
@@ -16,7 +16,7 @@ private:
const char * m_text;
};
static_assert('\x11' == KDCodePointEmpty, "Unicode error");
static_assert('\x11' == UCodePointEmpty, "Unicode error");
static constexpr EventTextPair sEventTextMap[] = {
EventTextPair(Ion::Events::XNT, "x"),
EventTextPair(Ion::Events::Exp, "exp(\x11)"),