Project File Encoding for the MyFaces Source

2009-02-10 Thread Bernd Bohmann
Hello, could we define a default file encoding for the MyFaces Project? I would suggest UTF-8. And add following property to the poms: project.build.sourceEncodingUTF-8/project.build.sourceEncoding See: http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding Regards

Re: Project File Encoding for the MyFaces Source

2009-02-10 Thread Manfred Geiler
good idea. except for properties files. they MUST be in ISO 8859-1 character encoding! (see http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html) therefore: please take care of the resource bundle files when you change encoding. --Manfred On Tue, Feb 10, 2009 at 19:47, Bernd Bohmann

Re: Project File Encoding for the MyFaces Source

2009-02-10 Thread Matthias Wessendorf
On Tue, Feb 10, 2009 at 8:08 PM, Manfred Geiler manol...@apache.org wrote: good idea. +1 except for properties files. they MUST be in ISO 8859-1 character encoding! (see http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html) therefore: please take care of the resource bundle

Re: Project File Encoding for the MyFaces Source

2009-02-10 Thread Simon Lessard
+1 On Tue, Feb 10, 2009 at 2:19 PM, Matthias Wessendorf mat...@apache.orgwrote: On Tue, Feb 10, 2009 at 8:08 PM, Manfred Geiler manol...@apache.org wrote: good idea. +1 except for properties files. they MUST be in ISO 8859-1 character encoding! (see