mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 07:10:40 +01:00
[ion] Namespace Ion::UTF8Helper and Ion::UTF8Decoder
This commit is contained in:
@@ -116,7 +116,7 @@ void ListController::didEnterResponderChain(Responder * previousFirstResponder)
|
||||
|
||||
bool textRepresentsAnEquality(const char * text) {
|
||||
char equal = '=';
|
||||
return UTF8Helper::CodePointIs(UTF8Helper::CodePointSearch(text, equal), equal);
|
||||
return Ion::UTF8Helper::CodePointIs(Ion::UTF8Helper::CodePointSearch(text, equal), equal);
|
||||
}
|
||||
|
||||
bool layoutRepresentsAnEquality(Poincare::Layout l) {
|
||||
|
||||
Reference in New Issue
Block a user