[glom] Add a TODO



commit 3004628bba79654f1f0de89bf306472195ade8f3
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Nov 9 22:11:49 2011 +0100

    Add a TODO

 glom/frame_glom.cc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/glom/frame_glom.cc b/glom/frame_glom.cc
index 4b82511..25df6f8 100644
--- a/glom/frame_glom.cc
+++ b/glom/frame_glom.cc
@@ -715,6 +715,7 @@ void Frame_Glom::export_data_to_stream(std::ostream& the_stream, const FoundSet&
             if(layout_item->get_glom_type() == Field::TYPE_TEXT)
             {
               //The CSV RFC says text may be quoted and should be if it has newlines:
+              //TODO: Escape the text?
               row_string += ("\"" + field_text + "\"");
             }
             else



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]