<?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/"><channel><title>KB-1851 Web APIs return special characters as question marks</title><link>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1851 Web APIs return special characters as question marks</title><link>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks</link><pubDate>Thu, 24 Jan 2019 21:31:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d89ab2fa-0bec-48a4-95d1-4901a15df2a2</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 1/24/2019 9:31:17 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When querying a Web API, some special characters, such as the em dash (&amp;ndash;), are incorrectly interpreted by clients such as SoapUI and Postman. The client displays these characters as question marks or other symbols of incompatibility, while Appian displays them as expected.&lt;/p&gt;
&lt;h3&gt;Result in Appian&lt;/h3&gt;
&lt;h3&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/chrome_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_48_2D00_26.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-11/chrome_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_48_2D00_26.png" alt=" " /&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h3&gt;Result in Client&lt;/h3&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/Postman_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_51_2D00_27.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-11/Postman_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_51_2D00_27.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;occurs when the Web API&amp;nbsp;does not send an appropriate &lt;code&gt;Content-Type&lt;/code&gt; header with a character set included, which the client system relies on to interpret the content sent by the Web API.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Explicitly specify the &lt;code&gt;Content-Type&lt;/code&gt; header with the relevant character set in the SAIL code for the Web API using &lt;code&gt;a!httpHeader&lt;/code&gt; in the headers parameter of the &lt;code&gt;a!httpResponse&lt;/code&gt;. For example, to correctly send JSON with the UTF-8 character set (which&amp;nbsp;supports the em dash character), include the following:&lt;/p&gt;
&lt;pre&gt;headers: {&lt;br /&gt;  a!httpHeader(&lt;br /&gt;    name: &amp;quot;Content-Type&amp;quot;,&lt;br /&gt;    value: &amp;quot;application/json; charset=utf-8&amp;quot;&lt;br /&gt;  )&lt;br /&gt;}&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; If the source data itself does not support these special characters, for example due to querying a database with a restrictive character set and collation, including the header will have no effect. If this is the case, Appian will also fail to render the characters as expected.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 7.9 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: SAIL, integration, web services, application design, web api&lt;/div&gt;
</description></item><item><title>KB-1851 Web APIs return special characters as question marks</title><link>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks/revision/7</link><pubDate>Thu, 24 Jan 2019 16:31:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d89ab2fa-0bec-48a4-95d1-4901a15df2a2</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Jordan Horwat on 1/24/2019 4:31:17 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When querying a Web API, some special characters, such as the em dash (&amp;ndash;), are incorrectly interpreted by clients such as SoapUI and Postman. The client displays these characters as question marks or other symbols of incompatibility, while Appian displays them as expected.&lt;/p&gt;
&lt;h3&gt;Result in Appian&lt;/h3&gt;
&lt;h3&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/chrome_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_48_2D00_26.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/chrome_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_48_2D00_26.png" alt=" " /&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h3&gt;Result in Client&lt;/h3&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/Postman_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_51_2D00_27.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/Postman_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_51_2D00_27.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;occurs when the Web API&amp;nbsp;does not send an appropriate &lt;code&gt;Content-Type&lt;/code&gt; header with a character set included, which the client system relies on to interpret the content sent by the Web API.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Explicitly specify the &lt;code&gt;Content-Type&lt;/code&gt; header with the relevant character set in the SAIL code for the Web API using &lt;code&gt;a!httpHeader&lt;/code&gt; in the headers parameter of the &lt;code&gt;a!httpResponse&lt;/code&gt;. For example, to correctly send JSON with the UTF-8 character set (which&amp;nbsp;supports the em dash character), include the following:&lt;/p&gt;
&lt;pre&gt;headers: {&lt;br /&gt;  a!httpHeader(&lt;br /&gt;    name: &amp;quot;Content-Type&amp;quot;,&lt;br /&gt;    value: &amp;quot;application/json; charset=utf-8&amp;quot;&lt;br /&gt;  )&lt;br /&gt;}&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; If the source data itself does not support these special characters, for example due to querying a database with a restrictive character set and collation, including the header will have no effect. If this is the case, Appian will also fail to render the characters as expected.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 7.9 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: SAIL, integration, web services, application design, web api&lt;/div&gt;
</description></item><item><title>KB-XXXX Web APIs return special characters as question marks</title><link>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks/revision/6</link><pubDate>Thu, 24 Jan 2019 11:38:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d89ab2fa-0bec-48a4-95d1-4901a15df2a2</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Jordan Horwat on 1/24/2019 11:38:41 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When querying a Web API, some special characters, such as the em dash (&amp;ndash;), are incorrectly interpreted by clients such as SoapUI and Postman. The client displays these characters as question marks or other symbols of incompatibility, while Appian displays them as expected.&lt;/p&gt;
&lt;h3&gt;Result in Appian&lt;/h3&gt;
&lt;h3&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/chrome_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_48_2D00_26.png" alt="Result in Appian" /&gt;&lt;/h3&gt;
&lt;h3&gt;Result in Client&lt;/h3&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/Postman_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_51_2D00_27.png" alt="Result in Postman" /&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;occurs when the Web API&amp;nbsp;does not send an appropriate &lt;code&gt;Content-Type&lt;/code&gt; header with a character set included, which the client system relies on to interpret the content sent by the Web API.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Explicitly specify the &lt;code&gt;Content-Type&lt;/code&gt; header with the relevant character set in the SAIL code for the Web API using &lt;code&gt;a!httpHeader&lt;/code&gt; in the headers parameter of the &lt;code&gt;a!httpResponse&lt;/code&gt;. For example, to correctly send JSON with the UTF-8 character set (which&amp;nbsp;supports the em dash character), include the following:&lt;/p&gt;
&lt;pre&gt;headers: {&lt;br /&gt;  a!httpHeader(&lt;br /&gt;    name: &amp;quot;Content-Type&amp;quot;,&lt;br /&gt;    value: &amp;quot;application/json; charset=utf-8&amp;quot;&lt;br /&gt;  )&lt;br /&gt;}&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; If the source data itself does not support these special characters, for example due to querying a database with a restrictive character set and collation, including the header will have no effect. If this is the case, Appian will also fail to render the characters as expected.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 7.9 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: SAIL, integration, web services, application design, web api&lt;/div&gt;
</description></item><item><title>KB-XXXX Web APIs return special characters as question marks</title><link>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks/revision/5</link><pubDate>Thu, 24 Jan 2019 11:19:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d89ab2fa-0bec-48a4-95d1-4901a15df2a2</guid><dc:creator>Jussi Lundstedt</dc:creator><comments>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Jussi Lundstedt on 1/24/2019 11:19:59 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When querying a Web API, some special characters, such as the em dash (&amp;ndash;), are incorrectly interpreted by clients such as SoapUI and Postman as question marks or other symbols of incompatibility, while Appian displays them as expected.&lt;/p&gt;
&lt;h3&gt;Result in Appian&lt;/h3&gt;
&lt;h3&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/chrome_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_48_2D00_26.png" alt="Result in Appian" /&gt;&lt;/h3&gt;
&lt;h3&gt;Result in Client&lt;/h3&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/Postman_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_51_2D00_27.png" alt="Result in Postman" /&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is caused by the Web API not sending an appropriate &lt;code&gt;Content-Type&lt;/code&gt; header with a character set included, which the client system relies on to interpret the content sent by the Web API.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Explicitly specify the &lt;code&gt;Content-Type&lt;/code&gt; header with the relevant character set in the SAIL code for the Web API using &lt;code&gt;a!httpHeader&lt;/code&gt; in the headers parameter of the &lt;code&gt;a!httpResponse&lt;/code&gt;. For example, to correctly send JSON with the UTF-8 character set (which&amp;nbsp;supports the em dash character), include the following:&lt;/p&gt;
&lt;pre&gt;headers: {&lt;br /&gt;  a!httpHeader(&lt;br /&gt;    name: &amp;quot;Content-Type&amp;quot;,&lt;br /&gt;    value: &amp;quot;application/json; charset=utf-8&amp;quot;&lt;br /&gt;  )&lt;br /&gt;}&lt;/pre&gt;
&lt;p&gt;Note that if the source data itself does not support these special characters, for example due to querying a database with a restrictive character set and collation, including the header will have no effect. If this is the case, Appian will also fail to render the characters as expected.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 7.9 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: SAIL, integration, web services, application design, web api&lt;/div&gt;
</description></item><item><title>KB-XXXX Web APIs return special characters as question marks</title><link>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks/revision/4</link><pubDate>Thu, 24 Jan 2019 11:19:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d89ab2fa-0bec-48a4-95d1-4901a15df2a2</guid><dc:creator>Jussi Lundstedt</dc:creator><comments>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Jussi Lundstedt on 1/24/2019 11:19:28 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When querying a Web API, some special characters, such as the em dash (&amp;ndash;), are incorrectly interpreted by clients such as SoapUI and Postman as question marks or other symbols of incompatibility, while Appian displays them as expected.&lt;/p&gt;
&lt;h3&gt;Result in Appian&lt;/h3&gt;
&lt;h3&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/chrome_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_48_2D00_26.png" alt="Result in Appian" /&gt;&lt;/h3&gt;
&lt;h3&gt;Result in Client&lt;/h3&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/Postman_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_51_2D00_27.png" alt="Result in Postman" /&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is caused by the Web API not sending an appropriate &lt;code&gt;Content-Type&lt;/code&gt; header with a character set included, which the client system relies on to interpret the content sent by the Web API.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Explicitly specify the &lt;code&gt;Content-Type&lt;/code&gt; header with the relevant character set in the SAIL code for the Web API using &lt;code&gt;a!httpHeader&lt;/code&gt; in the headers parameter of the &lt;code&gt;a!httpResponse&lt;/code&gt;. For example, to correctly send JSON with the UTF-8 character set (which&amp;nbsp;supports the em dash character), include the following:&lt;/p&gt;
&lt;pre&gt;headers: {&lt;br /&gt;  a!httpHeader(&lt;br /&gt;    name: &amp;quot;Content-Type&amp;quot;,&lt;br /&gt;    value: &amp;quot;application/json; charset=utf-8&amp;quot;&lt;br /&gt;  )&lt;br /&gt;}&lt;/pre&gt;
&lt;p&gt;Note that if the source data itself does not support these special characters, for example due to querying a database with a restrictive character set and collation, including the header will not resolve this. If this is the case, Appian will also fail to render the characters as expected.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 7.9 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: SAIL, integration, web services, application design, web api&lt;/div&gt;
</description></item><item><title>KB-XXXX Web APIs return special characters as question marks</title><link>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks/revision/3</link><pubDate>Thu, 24 Jan 2019 11:14:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d89ab2fa-0bec-48a4-95d1-4901a15df2a2</guid><dc:creator>Jussi Lundstedt</dc:creator><comments>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Jussi Lundstedt on 1/24/2019 11:14:37 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When querying a Web API, some special characters, such as the em dash (&amp;ndash;), are incorrectly interpreted by clients such as SoapUI and Postman as question marks or other symbols of incompatibility, while Appian displays them as expected.&lt;/p&gt;
&lt;h3&gt;Result in Appian&lt;/h3&gt;
&lt;h3&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/chrome_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_48_2D00_26.png" alt="Result in Appian" /&gt;&lt;/h3&gt;
&lt;h3&gt;Result in Client&lt;/h3&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/Postman_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_51_2D00_27.png" alt="Result in Postman" /&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is caused by the Web API not sending an appropriate &lt;code&gt;Content-Type&lt;/code&gt; header with a character set included, which the client system relies on to interpret the content sent by the Web API.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Explicitly specify the &lt;code&gt;Content-Type&lt;/code&gt; header with the relevant character set in the SAIL code for the Web API using &lt;code&gt;a!httpHeader&lt;/code&gt; in the headers parameter of the &lt;code&gt;a!httpResponse&lt;/code&gt;. For example, to correctly send JSON with the UTF-8 character set (which&amp;nbsp;supports the em dash character), include the following:&lt;/p&gt;
&lt;pre&gt;headers: {&lt;br /&gt;  a!httpHeader(&lt;br /&gt;    name: &amp;quot;Content-Type&amp;quot;,&lt;br /&gt;    value: &amp;quot;application/json; charset=utf-8&amp;quot;&lt;br /&gt;  )&lt;br /&gt;}&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 7.9 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: SAIL, integration, web services, application design, web api&lt;/div&gt;
</description></item><item><title>KB-XXXX Web APIs return special characters as question marks</title><link>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks/revision/2</link><pubDate>Thu, 24 Jan 2019 11:13:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d89ab2fa-0bec-48a4-95d1-4901a15df2a2</guid><dc:creator>Jussi Lundstedt</dc:creator><comments>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Jussi Lundstedt on 1/24/2019 11:13:08 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When querying a Web API, some special characters, such as the em dash (&amp;ndash;), are incorrectly interpreted by clients such as SoapUI and Postman as question marks or other symbols of incompatibility, while Appian displays them as expected.&lt;/p&gt;
&lt;h3&gt;Result in Appian&lt;/h3&gt;
&lt;h3&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/chrome_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_48_2D00_26.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/chrome_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_48_2D00_26.png" alt=" " /&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h3&gt;Result in Client&lt;/h3&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/Postman_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_51_2D00_27.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/Postman_5F00_2019_2D00_01_2D00_24_5F00_10_2D00_51_2D00_27.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is caused by the Web API not sending an appropriate &lt;code&gt;Content-Type&lt;/code&gt; header with a character set included, which the client system relies on to interpret the content sent by the Web API.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Explicitly specify the &lt;code&gt;Content-Type&lt;/code&gt; header with the relevant character set in the SAIL code for the Web API using &lt;code&gt;a!httpHeader&lt;/code&gt; in the headers parameter of the &lt;code&gt;a!httpResponse&lt;/code&gt;. For example, to correctly send JSON with the UTF-8 character set (which&amp;nbsp;supports the em dash character), include the following:&lt;/p&gt;
&lt;pre&gt;headers: {&lt;br /&gt;  a!httpHeader(&lt;br /&gt;    name: &amp;quot;Content-Type&amp;quot;,&lt;br /&gt;    value: &amp;quot;application/json; charset=utf-8&amp;quot;&lt;br /&gt;  )&lt;br /&gt;}&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 7.9 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: SAIL, integration, web services, application design, web api&lt;/div&gt;
</description></item><item><title>KB-XXXX Web APIs return special characters as question marks</title><link>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks/revision/1</link><pubDate>Tue, 22 Jan 2019 21:28:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d89ab2fa-0bec-48a4-95d1-4901a15df2a2</guid><dc:creator>Jussi Lundstedt</dc:creator><comments>https://community.appian.com/support/w/kb/1306/kb-1851-web-apis-return-special-characters-as-question-marks#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Jussi Lundstedt on 1/22/2019 9:28:25 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 7.9 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: SAIL, integration, web services, application design, web api&lt;/div&gt;
</description></item></channel></rss>