Add a todo
This commit is contained in:
parent
f61ffac785
commit
4e936d4f45
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue