You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to make everything work properly with the encoding you want, you need to set it in two points.
Set the encoding in your config.ini file (for example: encoding = UTF-8)
Set the encoding in the (newly created) magic.properties (for example: encoding = UTF-8)
What is the magic.properties / Where should I create it?
The scm/lscm commands have their own property file to set the encoding.
Create the file in your jazz-scm tools folder (SCMToolsFolder) where scm/lscm is stored (on Linux ~/.jazz-scm/magic.properties, on Windows C:\Users\USER\AppData\Local\jazz-scm\magic.properties)