Posted September 24, 20169 yr Is it possible for gradle to tell Eclipse to read either a specific file or a file extension with a certain text file encoding? It defaults to Cp1252 but this file is encoded in UTF-8 so some unicode characters are mangled until I specify that the file is UTF-8. I would like it so when I run gradlew setupDecompWorkspace eclipse the file would automatically be read as UTF-8 in Eclipse. Is this possible? Thanks for your help.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.