Questions Tagged With utf-8https://answers.axonivy.com/tags/utf-8/?type=rssquestions tagged <span class="tag">utf-8</span>enThu, 11 May 2017 10:39:30 -0400How to use the mail activitiy with unicode characters in text fieldshttps://answers.axonivy.com/questions/2616/how-to-use-the-mail-activitiy-with-unicode-characters-in-text-fields<p>Dear all,</p> <p>since the end of 2016 we are able to store utf-8 / unicode characters in mssql databases (see #2210 - How to store mandarin chinese text into a MsSql database). But we tried to use this posibility with the mail activity. But we have no succes :-(</p> <p>The internal fields in the data clause which will be passed to the mail are correct. But the result will show ? for each unicode character. For exanple: CHANGE: Expiration date changed ????SHANGHAI</p> <p>What can we do that the sended / received mails will contain unicode characters.</p> <p>Best Regards Dieter </p>Dieter StaudtThu, 11 May 2017 10:39:30 -0400https://answers.axonivy.com/questions/2616/how-to-use-the-mail-activitiy-with-unicode-characters-in-text-fieldsutf-8emailHow to store mandarin chinese text into a MsSql databasehttps://answers.axonivy.com/questions/2210/how-to-store-mandarin-chinese-text-into-a-mssql-database<p>I'm trying to insert UTF-8 encoded strings with mandarin language (e.g. 文化大學華 hey) into a MsSql table. The Collation is Latin1_General_CI_AS. </p> <p>But the special characters are always stored with question mark characters (e.g. ????? hey). How can I store the values so that they can be read afterwards?</p>SupportIvyTeamTue, 22 Nov 2016 14:31:55 -0500https://answers.axonivy.com/questions/2210/how-to-store-mandarin-chinese-text-into-a-mssql-databaseutf-8mssqlProject Build Plugin UTF-8 Encodinghttps://answers.axonivy.com/questions/2044/project-build-plugin-utf-8-encoding<p>Hi</p> <p>Is there a setting for the source encoding in the Project Build Plugin? Changing the default encoding (windows-1252) to UTF-8 results in a wrong class file.</p> <p>For example the following class</p> <pre><code>public class Test { private String test = "Hans im Glück"; } </code></pre> <p>results in the following class file</p> <pre><code>.... Hans im Glück .... </code></pre> <p>Compiling in the Designer results in the correct</p> <pre><code>... "Hans im Glück" ... </code></pre> <p>Regards</p> <p>Michael</p>MichaelFri, 23 Sep 2016 11:27:38 -0400https://answers.axonivy.com/questions/2044/project-build-plugin-utf-8-encodingmavendesignerbuildutf-8Axis and UTF-8 encoding (even when Content-Type is set different e.g. text/xml;charset=iso-8859-1) Update or workaround?https://answers.axonivy.com/questions/1027/axis-and-utf-8-encoding-even-when-content-type-is-set-different-e-g-text-xml-charset-iso-8859-1-update-or-workaround<p>The Axis Version (1.4 1156 May 23 2006) currently used in ivy still contains the following bug: <a href="https://issues.apache.org/jira/browse/AXIS2-4468">https://issues.apache.org/jira/browse/AXIS2-4468</a> which is fixed with Axis 1.6</p> <p>In some environments this leads to problems. Is there an easy workaround and when do you plan to upgrade to a newer Axis release?</p> <p>Thanks a lot</p>Wolfgang HeilMon, 27 Oct 2014 13:30:40 -0400https://answers.axonivy.com/questions/1027/axis-and-utf-8-encoding-even-when-content-type-is-set-different-e-g-text-xml-charset-iso-8859-1-update-or-workaroundutf-8How to use UTF-8 encoding for Html Pageshttps://answers.axonivy.com/questions/201/how-to-use-utf-8-encoding-for-html-pages<p>What steps are necessary to use UTF-8 character encoding (charset) for the Html Pages (JSP)? This is useful to support more special characters and be more compatible with the Html Dialog (JSF) which is per default UTF-8 encoded.</p>Christian StrebelFri, 13 Dec 2013 09:54:09 -0500https://answers.axonivy.com/questions/201/how-to-use-utf-8-encoding-for-html-pagesutf-8htmlwebpagesencoding