We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, can/will iconv-lite support "UNICODE UTF-8"?
Because sending HL7v2 message using hl7v2, and PACS(DUCIM) only recognise UNICODE UTF-8 not utf8 dcm4chee, causing the PACS UI garbled.
The text was updated successfully, but these errors were encountered:
I have no idea what hl7 or dcm4chee is, but can't you just add an if statement that does the conversion? Something like this:
if (encoding === "UNICODE UTF-8") encoding = "utf8";
I don't think adding "UNICODE UTF-8" as an official alias to utf-8 makes sense as it's a pretty rare case.
Sorry, something went wrong.
No branches or pull requests
Hello, can/will iconv-lite support "UNICODE UTF-8"?
Because sending HL7v2 message using hl7v2, and PACS(DUCIM) only recognise UNICODE UTF-8 not utf8 dcm4chee, causing the PACS UI garbled.
The text was updated successfully, but these errors were encountered: