When downloading a script in JetBrains IntelliJ using Octane plugin, German characters ä, ö, ü and ß are not transferred correctly. On Octane web page they are displayed correctly, but after downloading all umlaut characters are replaced by the same bytes #EFBFBD.
Steps to prepare data:
- Open Octane in Browser and login
- create a new BDD specification (testing a user story works as well)
- On tab Script the script type “# language: de”
- And add a new Scenario Outline acontaining umlaut characters “ä, ö, ü”
- Save script
Steps to reproduce:
- Go to JetBrains IntelliJ Octane Plugin and take actions to find scenario in list i.e. search for name of scenario.
- Right click on scenario and select “Download script”
- select a local folder
- Now script is opened in IntelliJ. Umlaut characters are displayed as invalid characters. Analyzing file in editor shows, that all umlaut characters are replaced by the same bytes #EFBFBD.
When I download the script in ALM Octane in browser per download button, the encoding is UTF-8 and German characters are encoded correctly. I appreciate your help. Has anyone witnessed this problem, too, or something similar and has a workaround?