Hello .
With for example Tasklist config.js like this
window.camTasklistConf
// change the app name and vendor
app: {
name: 'سلام',
vendor: 'Company'
},
the output shows irrelevant characters . That seems the web app does not support utf-8 characters at all.
Any chance to have utf-8 chars in such file?