ref: 4e936d4f45dea500a1d20a1b7c3eceadf078cbb0
parent: f61ffac785f8edde97c6b369478064c952a4c2eb
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Sep 17 16:13:44 EDT 2020
Add a todo
--- a/src/Font.cpp
+++ b/src/Font.cpp
@@ -891,6 +891,7 @@
static unsigned long UTF8ToUTF32(const unsigned char *string, size_t *bytes_read)
{
+ // TODO - check for well-formedness
size_t length;
unsigned long charcode;