Mercurial > hg > orthanc-dicomweb
changeset 245:ad119ae5f7be
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 15 Feb 2019 10:28:49 +0100 |
parents | dd019083efdf |
children | 513e8d3ec498 |
files | Plugin/Dicom.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugin/Dicom.cpp Thu Jan 31 19:20:29 2019 +0100 +++ b/Plugin/Dicom.cpp Fri Feb 15 10:28:49 2019 +0100 @@ -199,7 +199,7 @@ else { std::string tmp(data->GetPointer(), data->GetLength()); - result = Orthanc::Toolbox::ConvertToUtf8(tmp, sourceEncoding); + result = Orthanc::Toolbox::ConvertToUtf8(tmp, sourceEncoding, false); } result = MyStripSpaces(result);