From f7246d83d2f43e0088e2a01ff6305ac7e25f21fe Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 5 Nov 2022 23:59:18 +0100 Subject: Fix possible crash on backspace in edit text with invalid utf8 --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 0a000a5..18d7630 100644 --- a/TODO +++ b/TODO @@ -243,4 +243,5 @@ The formatting of replying to a message with an image in matrix is a bit weird. Add ctrl+h to go back to the front page. Async load textures (not just images). This can be done efficiently by using different opengl contexts in different threads and making the context current right before a heavy opengl operation. All threads need to set their opengl context often. Downloading files should take into account the remove mime type if available. Fallback to file extension. -Text images atlas. \ No newline at end of file +Text images atlas. +Do not render invalid unicode. \ No newline at end of file -- cgit v1.2.3