Hello
I have a Passolo project targeting Java properties files. The string list settings including Java Options are defined at project level:
Ideally, I would like to be able to choose for which language the "Escape all characters above 0x7f as \uxxxx" setting is turned on. For Russian, I want it turned on to ensure Russian text is correctly displayed in the application. For German, I want it turned off because the application can handle German characters and this is making external customizations a little more difficult for customers. Entries in the generated files can be used by customers to change label values. This would force German, French and Spanish customers to decode entries before they upload their customizations.
To circumvent the issue, I have to create two copies of the same project, one for languages such as Russian, Arabic and Polish requiring escape sequences in the output and one for languages such as German, French and Italian where escape sequences are not required.
It would be useful to me if I could have a single project for all languages. For this, I would need to be able to set the parameter in the language string settings instead of the project settings.
Regards
Max Cécilien