Closed mgieseking closed 3 years ago
There was an encoding problem for the bash on abe. It couldn't even display the ascii characters. I added export LC_ALL=en_US.UTF-8
to the bashrc of our user and now it can display the ascii characters in the bash, but still they cannot be parsed.
Adding -Dfile.encoding=UTF-8
to the parameters when starting the server in commit 2ae95f2 fixed the problem.
Formulas like 𝔸 ◻ ◯ ◇ pIn cannot be parsed from the input field on abe. On localhost this is working.