Asked by:
BizTalk EDI Processing: Some Characters are getting replaced by "ö,ä,ü"

Question
-
Hi All,
I'm Processing EDI File through a EDI Custom receive pipeline. (in BizTalk 2013R2)
This EDI file will have information on the customer name and it might contain special characters like "í ó ú à è ì ò ù â ê î ô".
The character set in the receive pipeline is set to UTF-8 and Extended . But when BizTalk processes it, it will replace those characters with "ö,ä,ü"
e.g. if the name is àBC when BizTalk processes it will be "äBC"
I thought UTF-8 or Extended would fix this issue. but it seems not.
Any help to create new custom pipeline to allow the same characters
Thanks,
Raja.Wednesday, November 20, 2019 9:48 AM
All replies
-
What EDIFACT Encoding are you using?Wednesday, November 20, 2019 8:16 PM
-
I believe you are talking about X12 and NOT EDIFACT! when you use terms like "UTF-8" and "Extended" correct?
Can you open your X12 document in Notepad and chosse "Save As" and verify if the document is saved as ANSI, UTF-8 or UTF-16 (Unicode)?
Morten la Cour
Saturday, November 23, 2019 9:33 AM -
I am talking about EDIFACT and Characterset UTF-8
- Edited by M Rajasekharreddy Monday, November 25, 2019 9:23 AM
Monday, November 25, 2019 9:23 AM -
Then try UNOY
Morten la Cour
Monday, November 25, 2019 12:23 PM -
I tried with the Encoding options UNOC and KECATuesday, November 26, 2019 8:36 AM
-
Tried with UNOY but no luckWednesday, November 27, 2019 6:16 AM