dcm icon indicating copy to clipboard operation
dcm copied to clipboard

Not handle SpecificCharacterSet

Open LingfaYang opened this issue 6 years ago • 1 comments

GetColumnData() in dcm_tree_model.cpp has: std::stringstream value_ss; PrintValue(value_ss, data_element); column_data << QString::fromStdString(value_ss.str()); which may give wrong characters. Please setCodec which is specified in SpecificCharacterSet tag.

LingfaYang avatar Oct 03 '19 15:10 LingfaYang

Thank you for the comment.

sprinfall avatar Jan 26 '20 09:01 sprinfall