I'm using Script Runner to launch a script post-function.
In the script there is several international characters such as "é"
My Linux box uses "ANSI_X3.4-1968" system enconding.
With Notepad++
Now, if I run the script on a JIRA instance on Windows, the System file encoding is "Cp1252" and:
Which leads me to my question.
What can I do to make the script work on my Linux box. Do I need to change the system encoding, or is there JVM attribute I can add to setenv.sh ?
Thanks
It didn't work for me when encoded as UTF-8 with or without a BOM. With ANSI it did work but then I couldn't edit it in IDEA. With linux my script worked when pasting it in to the admin panel. Maybe related: http://groovy.329449.n5.nabble.com/Does-Groovy-support-UTF-8-encoded-scripts-td331787.html
As a (bad) workaround perhaps you could html-escape them, if displaying in the browser? Likely not possible though.
Setting -Dfile.encoding=UTF-8 may work... not tested.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.