Search found 3 matches

by JHarker
Tue, 2023-05-30, 14:45
Forum: DCMTK - General
Topic: convertToUTF8() Cannot select source character set
Replies: 7
Views: 5433

Re: convertToUTF8() Cannot select source character set

Marco, If I can get a sample of the DICOM file, I will share it, or an anonymized version of it. J. Riesmeier, Thanks for pointing out the DICOM Section. I missed that line! In your mind, what would an application level workaround look like? Setting (0008, 0005) to an acceptable value like "\IS...
by JHarker
Fri, 2023-05-26, 22:58
Forum: DCMTK - General
Topic: convertToUTF8() Cannot select source character set
Replies: 7
Views: 5433

Re: convertToUTF8() Cannot select source character set

It seems like it. Right now I only have access to the logging files, not the DICOM data, but that line in bold is exactly what it is being spit out. If it is, unfortunately, I can't do anything about it as that is a hospital PACS system transmitting the data, nothing I can touch. I need to be able t...
by JHarker
Fri, 2023-05-26, 14:50
Forum: DCMTK - General
Topic: convertToUTF8() Cannot select source character set
Replies: 7
Views: 5433

convertToUTF8() Cannot select source character set

I'm seeing the error message Cannot select source character set: SpecificCharacterSet (0008,0005) value 'ISO 2022 IR 138' not supported when calling convertToUTF8() on some images being transmitted via network from a hospital PACS system. I looked through the Unicode conversion topic here https://fo...