mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[ion/utf8_helper] Add FIXME comment
This commit is contained in:
@@ -191,6 +191,7 @@ const char * PerformAtCodePoints(const char * s, CodePoint c, CodePointAction ac
|
||||
if (*i == c) {
|
||||
actionCodePoint(i - s, contextPointer, contextInt1, contextInt2);
|
||||
} else {
|
||||
// FIXME we are stopping at every char, not every code point -> it does not make any bug for now
|
||||
actionOtherCodePoint(i - s, contextPointer, contextInt1, contextInt2);
|
||||
}
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user