Actions
Bug #562
closedCheck whether character set encoding is correct for "Native DICOM Model" output
Start date:
2013-10-18
Due date:
% Done:
0%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
According to Table A.1.5-2 in PS 3.19-2011:
The character encoding is that declared for the Infoset, regardless of any DICOM Specific Character Set, and any necessary translation from the DICOM Specific Character Set to the Infoset character encoding shall have been performed.
Note:
This translation might not be completely lossless, particularly with Asian character sets.
Updated by Michael Onken over 8 years ago
It occurs to me that the same character handling code regardless of whether the default non-native (i.e. DCMTK-based XML) or the native model (via -nat) is used, so the character set announced by the XML Infoset should match the encoding in the XML.
Actions