SaravananSubramanian / hl7

This repository contains all the code that I have used in my HL7 articles on my blog (both Java and .NET examples are included)
https://saravanansubramanian.com
95 stars 93 forks source link

i have a question #4

Closed Smile-lx closed 1 year ago

Smile-lx commented 2 years ago

I encountered Chinese garbled characters, and when I listened to the message, the code at noon could not be parsed. like �������. How can i do ?

Smile-lx commented 2 years ago

image

SaravananSubramanian commented 1 year ago

I encountered Chinese garbled characters, and when I listened to the message, the code at noon could not be parsed. like �������. How can i do ?

Sorry for the late reply. Looks like you have some non-printable characters encoded in the HL7 file and may be erroneously encoded. I would check what these are with a hex editor if you want to confirm what these are. Please also see HL7 official documentation on what characters are required to signify end of message segment. Thanks!