Actions
Feature #1162
openEnable users to adjust the handling of character sets in dcmdata
Start date:
2025-06-30
Due date:
% Done:
60%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
Extend dcmdata's APIs such that users can provide their own character set conversion code in a class derived from DcmSpecificCharacterSet.
This would involve (at least) making DcmItem::updateSpecificCharacterSet() virtual and public, and making all (relevant) functions of DcmSpecificCharacterSet virtual.
Suggested 2025-06-30 by Mathieu Malaterre <mathieu.malaterre@gmail.com>.
Updated by Jörg Riesmeier 2 months ago
- Assignee set to Jörg Riesmeier
- Target version set to 3.7.0
- % Done changed from 0 to 60
Partly closed with commit ab8944c9d.
Actions