Latin-1 person names are not decoded

Issue #403 resolved
Ed McDonagh created an issue

Refs #256 and #385

The get_value_kw function checks if the value is a str, if it is it decodes it using the latin-1 character set.

Person names are not type str, so are not decoded. They are type 'dicom.valuerep.PersonName'

Comments (3)

  1. Log in to comment