Emmanuel Bourg a écrit : > Luc Maisonobe a écrit : > >> Could we change the default for *all* types of text files including java >> source files to UTF-8 ? > > +1, but does it really matter in Commons where the source files are in > english anyway?
This one is not in english and the unicode escapes are used in the literal strings: http://commons.apache.org/math/xref/org/apache/commons/math/MessagesResources_fr.html Also in [math] it would be interesting to use some symbols and some greek characters in javadoc and have them both readable when editing the file and converted automatically into html whene generating javadoc. For now, we use the html 4.0 entities for that and it is barely readable. As an example, compare the following source and generated javadoc. http://commons.apache.org/math/xref/org/apache/commons/math/optimization/fitting/HarmonicCoefficientsGuesser.html http://commons.apache.org/math/api-2.0/org/apache/commons/math/optimization/fitting/HarmonicCoefficientsGuesser.html Luc > > Emmanuel Bourg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org