Issue
Accented characters are replaced by "?"/"�" in the Release server running on Windows OS
Affected Products & Versions
Release 22.x, 23.1.x running on Windows
Steps to Recreate
Try creating a variable with an em-dash or en-dash in a Release variable and see the results after saving.
Workaround/Resolution Action
- You need to add following line in the <Release_Home>/conf/xlr-wrapper-win.conf
wrapper.java.additional.XX=-Dfile.encoding=UTF-8
- Replace XX with the next sequence number.
- Restart the Release service after making the changes.
Comments
Please sign in to leave a comment.