Questions Tagged With encodinghttps://answers.axonivy.com/tags/encoding/?type=rssquestions tagged <span class="tag">encoding</span>enTue, 29 May 2018 07:04:59 -0400Ivy Process Start parameters Encodinghttps://answers.axonivy.com/questions/3287/ivy-process-start-parameters-encoding<p>Hello IvyTeam !</p> <p>Sometimes Ivy Processes are called via their url in a browser and we set some params as URLEncoded Parameters. Example : firstname=Élisabeth and lastname=Müller <a href="http://comba:8081/ivy/pro/designer/services_mock/162D9B06E7844FCB/videoIdentification.ivp?gender=Frau&amp;firstname=%C3%89lisabeth&amp;lastname=M%C3%BCller">http://comba:8081/ivy/pro/designer/services_mock/162D9B06E7844FCB/videoIdentification.ivp?gender=Frau&amp;firstname=%C3%89lisabeth&amp;lastname=M%C3%BCller</a></p> <p>In that case we have to encode the url parameters with "ISO-8859-1" charset which is the IVY default encoding. Is that possible to change this to "UTF-8"? Shouldn't Ivy set the default encoding to "UTF-8"?</p> <p>This has been tested with Ivy 7.0.4.</p> <p>Thanks a lot in advance Cheers Emmanuel</p>Emmanuel CombaTue, 29 May 2018 07:04:59 -0400https://answers.axonivy.com/questions/3287/ivy-process-start-parameters-encodingprocessencodingEncoding issue when sending mail with Ivy Engine (charset=ISO-8859-1)https://answers.axonivy.com/questions/1819/encoding-issue-when-sending-mail-with-ivy-engine-charset-iso-8859-1<p>Recently, as I work with German characters. The email content will display correctly only if I send the email locally using Ivy Designer.</p> <p>If I send the email on server with the same encoding <strong>(charset=ISO-8859-1)</strong>, so in order to send the email with the correct encoding I have to replicate SendMail.java class and change the following method.</p> <pre><code> private String getContentType(String msg) { /* 446 */if (isHtml(msg)) { /* 448 */return "text/html; charset=ISO-8859-1"; } /* 450 */return "text/plain; charset=ISO-8859-7"; </code></pre> <p>May I ask if there is any configuration on Ivy Engine that override this configuration of the email?</p>ToanLCFri, 17 Jun 2016 11:53:31 -0400https://answers.axonivy.com/questions/1819/encoding-issue-when-sending-mail-with-ivy-engine-charset-iso-8859-1emailencodingHow 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