Encoding troubles

  • Gerald
Posted: Thu, 06/06/2019 - 11:57

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