Actions
Feature #1081
openUse oficonv for character set conversion in libxml2
Status:
New
Priority:
Normal
Assignee:
-
Category:
Library
Target version:
-
Start date:
2023-07-04
Due date:
% Done:
0%
Estimated time:
Module:
Operating System:
Compiler:
Description
The libxml2 library can be compiled against GNU libiconv and in this case offers support for XML files in encodings other than UTF-8 and Latin-1 (which are always supported). DCMTK uses this feature in xml2dcm oder xml2dsr to convert into the target character set (as specified by SpecificCharacterSet). Since oficonv offers the same iconv() interface as GNU iconv, it might be possible to make libxml2 use the oficonv routines. The main difficulty is that libxml2 is compiled prior to DCMTK, so the integration would have to happen at runtime.
No data to display
Actions