Currently, when running Jython tasks in Digital.ai Release, accented (é, è...) are not displayed correctly unless the script explicitly uses Unicode strings with the u"" prefix.
This requires modifying every Jython script manually.
To improve usability and ensure consistent character encoding, we propose adding a toggle option in the configuration of each Jython task type
When enabled, the task would automatically interpret and output strings using the correct encoding without requiring developers to manually add the u prefix in every Jython script.
by: hajjar b. | 6 days ago | Templates & Releases

Comments
For your organization, would this be better as a global setting applied to all scripts, or is it more of a case-by-case need that should be configurable per individual script?
Is this requirement limited to Jython script tasks, or do you see similar needs in other task types or areas of the system?