fix: correctly escape ezc stream to json/xml/csv

This commit is contained in:
2022-01-28 15:54:11 +01:00
parent f6cb9a8aed
commit 227dd923d6
2 changed files with 35 additions and 9 deletions

View File

@@ -153,7 +153,8 @@ private:
//std::string output_8bit;
pt::TextStream serialized_model;
BinaryPage output_8bit, output_8bit2;
pt::WTextStream output_tmp_filtered_stream;
BinaryPage output_8bit;
BinaryPage compressed_output;
std::wstring cookie_id_string;