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