microsoft / FHIR-Converter

Conversion utility to translate legacy data formats into FHIR
MIT License
396 stars 172 forks source link

Bug while processing German umlaut letters Ä, ä ,Ö, ö ,Ü, ü, ß in HL7v2 message #78

Closed sandeep59 closed 3 years ago

sandeep59 commented 3 years ago

Hi, I have came across a bug in FHIR converter tool while converting an HL7 v2 message containing German umlaut symbols Ä, ä ,Ö, ö ,Ü, ü, ß into FHIR resource.

Tool is removing above mentioned letters from the message string. In the below image we are getting Tübingen as the city in HL7 v2 message and while converting the segment data into fhir resource, ü is removed and output looks like Tbingen. Please refer the below snapshots- Note:-This is an anonymized message with fake patient name and address

Capture Capture1

Thanks

ACMoretxj commented 3 years ago

Thanks for your feedback. Actually the editor choosed not to process the utf8 input before. Currently it has been updated to accept utf8 characters.