[ion/utf8_helper] Add FIXME comment

This commit is contained in:
Léa Saviot
2020-01-10 11:25:46 +01:00
parent 408a33f8a6
commit c03c9086b8

View File

@@ -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++;