dcmjs-org / dcmjs

Javascript implementation of DICOM manipulation
https://dcmjs.netlify.com/
MIT License
291 stars 110 forks source link

fix: support a charset of "ISO_IR 6", and throw errors for unsupported encodings #298

Closed richard-viney closed 2 years ago

richard-viney commented 2 years ago

This PR makes two changes:

richard-viney commented 2 years ago

Upon closer inspection there were some bigger problems with character set handling which are addressed in #299. Am closing this PR in favour of that one.