Re: Handling of encoding in commons-parent

2008-01-20 Thread Jochen Wiedmann
On Jan 19, 2008 11:05 PM, sebb <[EMAIL PROTECTED]> wrote: > Why not just use the © HTML tag? > > That should avoid any encoding issues. I cannot tell you the actual reason, but as you can see on http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/m

Re: Handling of encoding in commons-parent

2008-01-19 Thread sebb
On 19/01/2008, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: > Hi, > > I have just submitted a patch to commons-parent, which introduces two > new properties: commons.encoding and commons.docEncoding. The former > is the encoding of Java source files, the second is the encoding of > generated Javadoc

Handling of encoding in commons-parent

2008-01-19 Thread Jochen Wiedmann
Hi, I have just submitted a patch to commons-parent, which introduces two new properties: commons.encoding and commons.docEncoding. The former is the encoding of Java source files, the second is the encoding of generated Javadoc files. This change was caused by the problems with the copyright sym