BizTalk reject Japanese or Chinese characters

Home Page Forums BizTalk 2004 – BizTalk 2010 BizTalk reject Japanese or Chinese characters

Viewing 1 reply thread
  • Author
    Posts
    • #24300

      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

       

    • #24301

      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.

      • #24308

        At the beginning of the xml files, the encoding starts as:

        <?

         

        xml version=1.0 encoding=utf-8?>

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.