06-18-2018 03:25 AM
Hi.
I have the need to use 'ç' char in the legend name.
I tried to use the ascii code and the html code instead of 'ç' (because it wasn't working) and none of this options worked.
Is it possible to define the charset to use inthe configuration file?
How can I usee this kind of chars?
Any hint?
Best regards
Solved! Go to Solution.
06-18-2018 06:04 AM
Hello amarques
What is the encoding of your config file?
Insure that it is encoded using ANSI to see if that resolves the issue.
Thanks,
Marc
06-19-2018 09:05 AM
Hi Marc.
That was the problem.
The file was encoded with UTF-8.
It should work you this encoding but after change it to ANSI, it solved the problem.
Best regards