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 2009)
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. 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 would fix this issue. but it seems not.
Any help is appreciated.
Thanks,
Guy
- Edited by Guy_Hunt Tuesday, July 24, 2018 5:22 PM invalid tags removed
All replies
-
-
-
-
When processing an incoming EDIFACT message, BizTalk Server determines the character set to use for that message from the UNB1 data element. See the following link for more details about the EDI character set: https://docs.microsoft.com/en-us/biztalk/core/edi-character-sets
- Edited by Bas van Ombergen Wednesday, July 25, 2018 11:30 AM
-
-
Which type of interchange do you have?
Without this information it is not possible to help you further/Peter
When asking a question please be as thoroughly as possible this will make it easier to assist you http://www.catb.org/esr/faqs/smart-questions.html