Actions
Feature #1024
closedChange execution order of option --charset-assume and --convert-to-utf8
Start date:
2022-05-13
Due date:
% Done:
100%
Estimated time:
10:00 h
Module:
dcmdata, dcmsr
Operating System:
Compiler:
Description
The command line tools dcm2xml, dsr2xml and dsr2html provide the options --charset-assume and --convert-to-utf8. When using these two options together, one would probably expect that the -charset-assume option is applied first (because the Specific Character Set is missing) and then the option --convert-to-utf8 (to convert the dataset to UTF-8). However, the order is currently reversed. This should be fixed for all three tools.
Actions