Hi Guys,
We are using JSS with jython 2.5.2 and have some troubles with encodings.
When I do a log.info(u'öäü') in JSS then it will print öäü to the atlassian-jira.log.
When i open jython from command line and do a print(u'öäü') it correctly print öäü.
How can I get the encoding right for the log.info() part?
regards,
Gerald