Actions
Bug #565
opensetXXX() method should consider the SpecificCharacterSet value
Start date:
2013-10-22
Due date:
% Done:
50%
Estimated time:
Module:
dcmsr, dcmrt
Operating System:
Compiler:
Description
Currently, the VR checker will reject e.g. UTF-8 encoded characters passed to the numerous setXXX() methods (i.e. when the "check" parameter is OFTrue, which is the default).
The underlying checkStringValue() methods from the dcmdata module should probably support an optional "charset" parameter (see DcmByteString::checkStringValue())...
Actions