mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[ion/kandinsky] Move unicode to ion
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <assert.h>
|
||||
#include <poincare/matrix_layout.h>
|
||||
#include <poincare/layout_helper.h>
|
||||
#include <kandinsky/unicode/utf8_decoder.h>
|
||||
#include <ion/unicode/utf8_decoder.h>
|
||||
|
||||
using namespace Poincare;
|
||||
using namespace Shared;
|
||||
@@ -200,7 +200,7 @@ bool VariableBoxController::selectLeaf(int selectedRow) {
|
||||
assert(nameLength < nameToHandleMaxSize);
|
||||
nameToHandle[nameLength++] = '(';
|
||||
assert(nameLength < nameToHandleMaxSize);
|
||||
nameLength+= UTF8Decoder::CodePointToChars(KDCodePointEmpty, nameToHandle+nameLength, nameToHandleMaxSize - nameLength);
|
||||
nameLength+= UTF8Decoder::CodePointToChars(UCodePointEmpty, nameToHandle+nameLength, nameToHandleMaxSize - nameLength);
|
||||
assert(nameLength < nameToHandleMaxSize);
|
||||
nameToHandle[nameLength++] = ')';
|
||||
assert(nameLength < nameToHandleMaxSize);
|
||||
|
||||
Reference in New Issue
Block a user