svn - Eclipse saving file with different encoding although project is set up with a different one -


it's web project i'm joining , uses svn version controlling. went eclipse properties , changed found 'encoding' utf-8 project's pom.xml has <project.build.sourceencoding>utf-8</project.build.sourceencoding> property , default workspace encoding set utf-8. have changed these settings before downloading project(except on pom.xml) , i've added charset=utf-8 on preferences>team>svn>properties configuration>automatic properties, * file name.

and yet windows saves files cp1252 encoding , browser can't show characters á, é, ó, ê, etc


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -