aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-22 14:04:11 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-22 14:10:05 +0100
commitf7ac5915909c7197acf84265f8d8ad41b95a36a8 (patch)
treedcd2ef6a564ee70c22c64e305f0dab274a19258a /TODO
parent07a2bb332d5e352fb6a339f6f44268a41a14a0a2 (diff)
downloadqpdf-f7ac5915909c7197acf84265f8d8ad41b95a36a8.tar.zst
Recognize explicit UTF-8 strings (fixes #654)
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index c1b1b440..6de30079 100644
--- a/TODO
+++ b/TODO
@@ -10,6 +10,14 @@ Priorities for 11:
* PointerHolder -> shared_ptr
* ABI
+Misc
+* Get rid of "ugly switch statements" in QUtil.cc -- replace with
+ static map initializers. (Search for "ugly switch statements" below
+ as well.)
+* Consider exposing get_next_utf8_codepoint in QUtil
+* Add QUtil::is_explicit_utf8 that does what QPDF_String::getUTF8Val
+ does to detect UTF-8 encoded strings per PDF 2.0 spec.
+
Soon: Break ground on "Document-level work"
Code Formatting