<?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>Saving Emoji and special characters to Appian Cloud database</title><link>https://community.appian.com/discussions/f/new-to-appian/28900/saving-emoji-and-special-characters-to-appian-cloud-database</link><description>Hi Experts, 
 I want to insert Emojis and special characters with text . Is there any way to insert in Database? 
 
 Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Saving Emoji and special characters to Appian Cloud database</title><link>https://community.appian.com/thread/114035?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2023 18:39:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5679d994-7b9c-4c68-a2fe-b96f98617094</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Please explain what you mean with &amp;quot;it is not working&amp;quot;.&lt;/p&gt;
&lt;p&gt;I can copy the string you posted and store it in my database.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving Emoji and special characters to Appian Cloud database</title><link>https://community.appian.com/thread/114024?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2023 17:35:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e5b82cf5-d9f4-4ead-afa8-8ec99ea8e44e</guid><dc:creator>tohant</dc:creator><description>&lt;p&gt;Hello. You could try this&amp;nbsp;string as in your example:&lt;/p&gt;
&lt;pre id="tw-target-text" dir="ltr"&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;ertyuiopasdfghjklvbnm\uD83D\uDE09\uD83D\uDE09\uD83D\uDE17\uD83D\uDE03\uD83D\uDE03&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;It will store the encoded values of emojis and after retrieval from database and rendering on the web page it will be displayed as typical icon&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;Best, Anton.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving Emoji and special characters to Appian Cloud database</title><link>https://community.appian.com/thread/114017?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2023 17:16:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c1516486-01c4-4a9b-be25-9aa80e4e4914</guid><dc:creator>jojog0003</dc:creator><description>&lt;p&gt;Hi Stefan ,&lt;/p&gt;
&lt;pre class="tw-data-text tw-text-large tw-ta" id="tw-target-text" dir="ltr"&gt;&lt;span class="Y2IQFc" lang="en"&gt;I tried this but it is not &amp;nbsp;working . &lt;br /&gt;I &amp;nbsp;want to save in DB like:&lt;br /&gt;example: ertyuiopasdfghjklvbnm&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/pastedimage1686330959714v1.png" alt=" " /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/pastedimage1686330959714v2.png" alt=" " /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/pastedimage1686330959715v3.png" alt=" " /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/pastedimage1686330959715v4.png" alt=" " /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/pastedimage1686330959715v5.png" alt=" " /&gt;&amp;nbsp;&lt;/span&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving Emoji and special characters to Appian Cloud database</title><link>https://community.appian.com/thread/113993?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2023 13:33:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c34c2f8b-b0d5-46bd-baad-ec991cef0cc5</guid><dc:creator>tohant</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure how Appian parse an emoji as I&amp;#39;m not currently passed full course, but you could refer &lt;a title="Emoji Codes Example" href="http://www.iemoji.com/view/emoji/2299/smileys-people/rolling-on-the-floor-laughing"&gt;next resource&lt;/a&gt; to check for UTF-8 and other encodings database supports and Appian as well. You need to store a code of this emoji, so, if Appian parses Java emoji encoding, it could be value:&lt;/p&gt;
&lt;p&gt;&amp;quot;\uD83E\uDD23&amp;quot;&lt;/p&gt;
&lt;p&gt;Without double quotes.&lt;/p&gt;
&lt;p&gt;Hope it will help.&lt;/p&gt;
&lt;p&gt;Best, Anton.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving Emoji and special characters to Appian Cloud database</title><link>https://community.appian.com/thread/113949?ContentTypeID=1</link><pubDate>Thu, 08 Jun 2023 17:33:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f48b5b7-e9e6-421a-852e-1c0d4934430f</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;The collation of the field needs to be &amp;quot;utf8mb4_general_ci&amp;quot;. This can also be set for the whole table in table options.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/pastedimage1686245474845v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/pastedimage1686245581548v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving Emoji and special characters to Appian Cloud database</title><link>https://community.appian.com/thread/113948?ContentTypeID=1</link><pubDate>Thu, 08 Jun 2023 16:47:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:598af95b-5ff5-4310-bd04-33cc9226fe35</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;nvarchar should get you covered.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving Emoji and special characters to Appian Cloud database</title><link>https://community.appian.com/thread/113945?ContentTypeID=1</link><pubDate>Thu, 08 Jun 2023 16:31:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fbbaccba-1921-4cf7-a5ed-b1b77cc8b5dd</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I am not sure what your question is about. There is nothing special about emojis.&lt;/p&gt;
&lt;p&gt;Just make sure that the field is of type UTF8MB4 instead of UTF8MB3. Then you can store any character.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>