From 5edf1923f05b362142cba005f6ebc60781fc441e Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Tue, 16 Aug 2016 05:19:23 -0300 Subject: [PATCH] eeshow/TODO: update --- eeshow/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eeshow/TODO b/eeshow/TODO index 174e2ff..e11c57d 100644 --- a/eeshow/TODO +++ b/eeshow/TODO @@ -4,6 +4,8 @@ Parsing and input processing: - parse .kicad_wks - on parse error, politely complain, don't terminate; convert abort / assert(0) to proper error indications +- quoted strings can have embedded double quotes, with \" (see parse_field) +- check what happens with UTF-8 (c4puter/motherboard) Data model: - implement destructors