feenkcom / jdt2famix

Jdt2Famix takes Java sources and produces MSE files that can be imported into Glamorous Toolkit.
https://gtoolkit.com
Eclipse Public License 1.0
37 stars 22 forks source link

Force output to be in UTF-8 #42

Closed fuhrmanator closed 6 years ago

fuhrmanator commented 6 years ago

See https://stackoverflow.com/questions/35132693/set-encoding-as-utf-8-for-a-filewriter/35135497#35135497

fuhrmanator commented 6 years ago

Fixes #20

rillig commented 6 years ago

The same change must be applied in jdt2famix.sh, since the encoding setting can happen on any operating system.

georgeganea commented 6 years ago

Closing this pull request as #20 is fixed by pull request #45. I like the Java solution better because it applies to all kinds of operating systems.