ThStock
ThStock
Okay I think my question is answered, thanks. btw: what do you think about to build your plugin with a tool like [Tycho](http://www.eclipse.org/tycho/) this could be helpful to create a...
@eed3si9n do you mean ```javaOptions += "-Dfile.encoding=UTF-8"```? I tried this in my build.sbt with no effect. I'm looking for a commitable solution like mavens or gradles ``` UTF-8 ``` ```...
I've changed ``` object Testing extends App { println(System.getProperty("file.encoding")) println(System.getenv("JAVA_OPTS")) println("ÖÄÜöäüß") } ``` and run ``` $ file src/main/scala/Testing.scala src/main/scala/Testing.scala: UTF-8 Unicode text $ JAVA_OPTS=-Dfile.encoding=UTF-8 sbt run [info] Loading project...
@eed3si9n I think it is a sbt problem, because I cannot set the encoding and I have to change system environment variables. In my last comment I exported the environment...
@eed3si9n Do you think we can set this as default for windows?