From f7ac5915909c7197acf84265f8d8ad41b95a36a8 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 22 Feb 2022 08:04:11 -0500 Subject: Recognize explicit UTF-8 strings (fixes #654) --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'TODO') 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 -- cgit v1.2.3-54-g00ecf