From 4e936d4f45dea500a1d20a1b7c3eceadf078cbb0 Mon Sep 17 00:00:00 2001
From: Clownacy <Clownacy@users.noreply.github.com>
Date: Thu, 17 Sep 2020 20:13:44 +0100
Subject: [PATCH] Add a todo

---
 src/Font.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Font.cpp b/src/Font.cpp
index a48a8b8c..3bfa09a6 100644
--- a/src/Font.cpp
+++ b/src/Font.cpp
@@ -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;