BizTalk reject Japanese or Chinese characters Home Page › Forums › BizTalk 2004 – BizTalk 2010 › BizTalk reject Japanese or Chinese characters This topic has 2 replies, 1 voice, and was last updated 9 years, 1 month ago by community-content. Viewing 1 reply thread Author Posts March 1, 2010 at 6:06 PM #24300 community-content Hi, We are using BizTalk 2006 receiving the purchase orders from clients. BizTalk rejected the P.O. because the city contained Japanese character, %u6771%u4eac%u90fd. The PO is xml format. Is there a way to have BizTalk receive it? Thank you for your help. Andre March 1, 2010 at 6:59 PM #24301 community-content What encoding is being used.This is specified in the xml specification at the beginning of the message: <? xml version=”1.0″ encoding=”utf-16″ ?> If the encoding is not specified, the default of utf-8 is used. March 2, 2010 at 11:39 AM #24308 community-content At the beginning of the xml files, the encoding starts as: <? xml version=“1.0“ encoding=“utf-8“?> Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register