Add a todo

This commit is contained in:
Clownacy 2020-09-17 20:13:44 +01:00
parent f61ffac785
commit 4e936d4f45

View file

@ -891,6 +891,7 @@ static unsigned short ShiftJISToUTF32(const unsigned char *string, size_t *bytes
static unsigned long UTF8ToUTF32(const unsigned char *string, size_t *bytes_read)
{
// TODO - check for well-formedness
size_t length;
unsigned long charcode;