2
Does anyone know how to set the eclipse to utf8?
I searched in settings but still could not
2
Does anyone know how to set the eclipse to utf8?
I searched in settings but still could not
6
Path in the Eclipse: Window > Preferences > Type "Encoding".
Switch all the points you think you need to UTF-8.
1
Window > Preferences > Workspace:
Edit where you have "Text file encoding". Remember that in linux by default comes UTF-8, but in windows comes an ISO. It’s always good to align the enconding between developers of these different Sos to avoid those horrible encoding errors in the project repository.
Browser other questions tagged java eclipse utf-8
You are not signed in. Login or sign up in order to post.
Thanks, it worked
– Bruna Fernandes