You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ResourceScriptSource uses platform default charset (see getScriptAsString).
It is bad practice because script isn't java source file, which will be compiled to Unicode.
Usually developer use Windows for development and linux&Co for production.
So default charset is very different!
ResourceScriptSource should have some property for this or use UTF-8 - the best charset for resources.