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 wrote: > On Tue, Feb 10, 2009 at 8:08 PM, Manfred Geiler > 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/Proper

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 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 files when you >

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

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: UTF-8 See: http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding Regards Bernd