Closed favadi closed 2 years ago
Steps to reproduce:
SpecificCharacterSet
dcmdump
dcmdump sample.dcm | grep -i SpecificCharacterSet (0008,0005) CS (no value available) # 0, 0 SpecificCharacterSet
dicom.ParseFile
func TestEmptySpecificCharacterSet(t *testing.T) { const testFile = "./sample.dcm" _, err := dicom.ParseFile(testFile, nil) if err != nil { t.Fatal(err) } }
Expected behavior:
Actual behavior:
ParseSpecificCharacterSet: Unknown character set ''. Assuming utf-8
Oops, I created the issue to the wrong repository. Sorry for the noise, closing.
Steps to reproduce:
SpecificCharacterSet
value. This is what it looks like when examined withdcmdump
commanddicom.ParseFile
, could be reproduce with following file.Expected behavior:
Actual behavior: