It seems that the plugin does not handle utf-8 strings properly? When you use josm.alert("é"); in the scripting console, it displays properly é on the screen, however if you save it in a file test.js and launch it via Scripting -> Run, you end up with:
It seems that the plugin does not handle utf-8 strings properly? When you use
josm.alert("é");
in the scripting console, it displays properlyé
on the screen, however if you save it in a filetest.js
and launch it viaScripting -> Run
, you end up with: