pombreda / dicompyler

Automatically exported from code.google.com/p/dicompyler
0 stars 0 forks source link

Support encoded character sets in DICOM data #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to open a DICOM file with an encoded character set.

What is the expected output? What do you see instead?
dicompyler will show incorrect characters. It should show the proper characters 
with respect to the DICOM file's encoding.

Original issue reported on code.google.com by bastula on 24 Jan 2012 at 4:22

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 599ab350df91.

Original comment by bastula on 24 Jan 2012 at 4:24

GoogleCodeExporter commented 9 years ago
Test encodings can be found in the testcharsetfiles directory of pydicom or 
available at David Clunie's website: http://www.dclunie.com/images/charset/

Additional support for ISO 2022 IR 13 and ISO 2022 IR 149 encodings can be 
found by replacing the pydicom v 0.9.6 source with the attached files 
(charset.py, valuerep.py).

Original comment by bastula on 24 Jan 2012 at 4:26

Attachments:

GoogleCodeExporter commented 9 years ago
Added charset.py for the last comment.

Original comment by bastula on 24 Jan 2012 at 4:27

Attachments: