<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Integration Response data Garbled (UTF-8)</title><link>https://community.appian.com/discussions/f/integrations/39385/integration-response-data-garbled-utf-8</link><description>Hello, 
 We are receiving a response via an Appian Integration Object, but the Korean characters in the response appear to be garbled or broken. 
 According to the API provider, the response is encoded in UTF-8, and Appian also uses UTF-8 as the default</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Integration Response data Garbled (UTF-8)</title><link>https://community.appian.com/thread/149537?ContentTypeID=1</link><pubDate>Wed, 02 Jul 2025 14:13:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7d74b1c8-c870-488b-b6d8-d29f28f04ac1</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Try to call that API using a tool like Postman, and verify that the data is actually encoded in UTF-8. I have seen APIs claiming to use UTF-8, but using a different encoding in the end.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integration Response data Garbled (UTF-8)</title><link>https://community.appian.com/thread/149535?ContentTypeID=1</link><pubDate>Wed, 02 Jul 2025 12:28:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e405b070-8cf0-4d05-b82a-e34f8a999cff</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;I&amp;#39;d suggest trying in Postman, could just be an issue with Appian&amp;#39;s UI.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integration Response data Garbled (UTF-8)</title><link>https://community.appian.com/thread/149534?ContentTypeID=1</link><pubDate>Wed, 02 Jul 2025 10:34:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:99dd266a-0788-48c3-b284-fb3607f7833e</guid><dc:creator>dreamyoung</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/18/6406.pastedimage1751452307475v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hi, this is how the integration is setted.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The headers are setted as&amp;nbsp;Content-Type: application/json; charset=UTF-8&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;cannot find why the Korean is grabled.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integration Response data Garbled (UTF-8)</title><link>https://community.appian.com/thread/149533?ContentTypeID=1</link><pubDate>Wed, 02 Jul 2025 10:34:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:553fdd7f-6fd7-4831-8be3-a7af3848f2b9</guid><dc:creator>dreamyoung</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/18/pastedimage1751452307475v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hi, this is how the integration is setted.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The headers are setted as Content-Type: application/json; charset=UTF-8&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;cannot find why the Korean is grabled.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integration Response data Garbled (UTF-8)</title><link>https://community.appian.com/thread/149531?ContentTypeID=1</link><pubDate>Wed, 02 Jul 2025 08:39:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ea453b35-3fb1-41a5-a3a8-b4f2b4ed21b9</guid><dc:creator>Stefan Helzle</dc:creator><description>[quote userid="55805" url="~/discussions/f/integrations/39385/integration-response-data-garbled-utf-8"]Korean text is not displaying correctly[/quote]
&lt;p&gt;What exactly does this mean? What do you do with the data until it is displayed?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integration Response data Garbled (UTF-8)</title><link>https://community.appian.com/thread/149529?ContentTypeID=1</link><pubDate>Wed, 02 Jul 2025 07:28:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0832e8be-7ebf-4e78-a687-1ab68a658ed6</guid><dc:creator>Megha Ramnani</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Since both the API provider and Appian use UTF-8 encoding, the garbled Korean characters likely indicate an issue with how the response is being interpreted or displayed within Appian, check the below first:&lt;/p&gt;
&lt;p&gt;The API response has Content-Type: application/json; charset=UTF-8.&lt;/p&gt;
&lt;p&gt;The integration parses the response as JSON or text.&lt;/p&gt;
&lt;p&gt;Try the same API in Postman to verify if the characters appear correctly outside Appian.&lt;/p&gt;
&lt;p&gt;Sharing the response headers and sample output will help us debug further.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>