Skip to content

Commit

Permalink
Interpret "" DICOM Character Set as iso-8859-1 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
marineotter authored Nov 17, 2021
1 parent cd30440 commit 87c7d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/charset/charset.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const (
// htmlEncodingNames represents a mapping of DICOM charset name to golang encoding/htmlindex name. "" means
// 7bit ascii.
var htmlEncodingNames = map[string]string{
"": "iso-8859-1",
"ISO_IR 6": "iso-8859-1",
"ISO 2022 IR 6": "iso-8859-1",
"ISO_IR 13": "shift_jis",
Expand Down

0 comments on commit 87c7d7e

Please sign in to comment.