Questions Tagged With utf-8https://answers.axonivy.com/tags/utf-8/?type=rss&user=Michaelquestions tagged <span class="tag">utf-8</span>enFri, 23 Sep 2016 11:27:38 -0400Project 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-8