Replies: 1 comment 1 reply
-
Sure, you can set file encoding in Eclipse per file/folder. You seem to address this issue in the second build file, so you probably want to know how if there is a better way one can write an ant file that deals with different file encodings in the source tree? This is a general Java question, not related to JDT, so I would recommend to ask it on stack overflow. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to make a unique build.xml file to quickly build all my projects, but when some files are encoded with UTF-8 (they have special characters) this file can't read it. I find impossible encoding whole project with UTF-8, is there any way to change that?
With this there was errors on special characters
and I went to that, but there were different errors, is there a better way? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions