DEADSOFTWARE

Update handling of multi-byte strings
[odcread.git] / odcread.cc
index 24bb51ea68a0fa9e8706ac8a42aa11b94871c6fb..e790fdd36bcdc3b211d3c4d277cf9462ee6db3dd 100644 (file)
@@ -85,8 +85,9 @@ namespace odc {
                        d_context.top()->addPiece(text);
                }
                virtual void textLongPiece(const LongPiece *piece) {
-                       std::string text = piece->getText();
-                       d_context.top()->addPiece(text);
+                       throw "Long Piece not handled";
+                       //std::string text = piece->getText();
+                       //d_context.top()->addPiece(text);
                }
        };