comparison Plugins/Engine/OrthancPlugins.cpp @ 3420:0a0e7eca95ae

fix encoding in DICOMweb
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jun 2019 12:11:58 +0200
parents 2a821deece64
children 954d15f24366
comparison
equal deleted inserted replaced
3419:af271172cc36 3420:0a0e7eca95ae
3670 } 3670 }
3671 else 3671 else
3672 { 3672 {
3673 visitor.FormatXml(s); 3673 visitor.FormatXml(s);
3674 } 3674 }
3675 3675
3676 *p.target = CopyString(s); 3676 *p.target = CopyString(s);
3677 return true; 3677 return true;
3678 } 3678 }
3679 3679
3680 default: 3680 default: