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())...
Updated by Jörg Riesmeier over 9 years ago
- Status changed from New to Assigned
- Assignee set to Jörg Riesmeier
- % Done changed from 0 to 50
For the dcmsr module, this issue has been fixed with commit 2678c65 1069bf4.
Updated by Jörg Riesmeier over 8 years ago
- Target version deleted (
3.6.2)
dcmrt will not be touched anymore for the 3.6.2 release, at least not for fixing the described issue.
Updated by Marco Eichelberg over 7 years ago
- Target version changed from 3.6.3 to 3.6.6
Actions