Problem with special character

Hi ,

while using single war code special character is coming.
How to remove it?
Please find the following code and attachment


<hbox align="MIDDLE_CENTER"
      ext:index="0"
      width="100%">
    <label align="BOTTOM_LEFT"
           stylename="footerLabel"
           value="&#169; 2017 Keansa Solutions LLP"/>
    <label id="serverInstance"
           align="BOTTOM_RIGHT"
           stylename="footerLabel serverInstance"/>
</hbox>

footer

Hi,
The problem occurs if -Dfile.encoding=UTF-8 is not set.
Try to add it to CATALINA_OPTS.
Specify set CATALINA_OPTS= -Dfile.encoding=UTF-8” in setenv.bat (setenv.sh on *nix) in the /bin directory of your Tomcat installation.
Or just copy setenv.bat(setenv.sh on *nix) from the deploy/tomcat/bin folder of your project, but take note of other system properties that it brings.