-encoding is not handled correctly for .sc
scripts
#1390
Labels
bug
Something isn't working
scalac compatibility
Issues tied with compatibility with the scalac (compiler) command.
Version(s)
0.1.14
Describe the bug
When running a script with non-UTF-8 encoding, even when the
-encoding
compiler param is passed, it is not respected.To Reproduce
Expected behaviour
Additional context
Discovered when spiking for #1310.
This bug only happens with
.sc
scripts..scala
files are being handled correctly.The text was updated successfully, but these errors were encountered: