Hey everybody,
some Java properties contains an escape characters "\" in front of "=" or ":", e.g. "Designation\:".
In addition, a unicode space "\u0020" is part of the properties file.
When I add these files as source files, the escape character disappears in Passolo (and target file). The string \u0020 is replaced by a default space.
Coding settings are "Automatic recognition" and "Same as source file".
Any suggestions? Is it possible that these files are not Java valid and this is why Passolo is doing its thing?
Thanks Markus