Community
Participate
Working Groups
Build Identifier: 20110301-1815 JSF fragments and text files created in eclipse windows plataform (default encoding is iso-8859-1) are determined as utf-8 files in eclipse linux plataform =( Reproducible: Always Steps to Reproduce: 1. Create a JSF fragment in windows (default encoding is iso-8859-1) 2. Copy projet to linux 3. Open fragment in linux (determine utf-8 enconding)
Some file types have a default encoding (e.g. 'UTF-8' for XML files) but most don't. In those cases the platform default is used. If you use the same files on different platforms then you should set the default encoding on the project so that the encoding is also shared via repository.