From 1ac7a8bd5ede569de3de7cb596d2a4a7990c2c04 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 7 Jul 2016 21:27:27 +0000 Subject: [PATCH] Added an item to the PLAN file: Review code for file open() wihch should be codecs.open(..., encoding='utf-8'); in particular with respect to opening up for drafts with non-ascii content, but also generally. - Legacy-Id: 11556 --- PLAN | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/PLAN b/PLAN index d35e71884..d21d82f9d 100644 --- a/PLAN +++ b/PLAN @@ -7,8 +7,6 @@ Updated: $Date$ Planned work in rough order =========================== -* Schema Changes: floorplan. Add Berlin floorplans manually. - * Glue code for WG issue trackers and wiki: - create new trackers on group creation - update access lists on group chair/secretary changes @@ -42,6 +40,13 @@ Planned work in rough order * Glue code to trigger generation of htmlized documents on www.ietf.org ?? +* Review and change the draft submission and handling code to deal with UTF-8 + instead of ascii before upload of utf-8 drafts should be permitted. In + ietf.submit.views.upload_submission(), for instance, there's a file open() + which should be codecs.open() with the appropriate encoding. In general, + there are about 100 file open() which should be reviewed and changed to + codecs.open() unless that's clearly not right. + * Performance analysis of database table and index setup * Code refactoring to avoid code changes for new WG document tags