Actifsource

#6972 Use fix utf-8 for codesnippet encoding

Actifsource code generator for any programming language
When converting the code snippet to code, UTF-8 encoded characters e.g. 'ä' can be interpreted incorrectly as e.g. ISO-8859-1.

This can happen if, for example, the system property is set incorrectly.
Code snippets are now always encoded with UTF-8.

This avoids errors on different computers.

6972 CodesnippetUtf8