Hi,

After having tried for a long time (actually not that long, but all in 
one week !),
I finally found the way to add support for ISO-8859-1 character set.
This character set doesn't break the actual character set or pages, so I 
think that it is
suitable.
Pete said that he had the same "symptoms" than me (that is, strange A 's 
, copyright
signs, and other esoteric symbols ), so at least two languages need them.

So, here is the patch : (I added "-u" to my command as Pete suggested ;-)  )

St�phane
Index: src/templates/build/build-docs.xml
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-maven/src/templates/build/build-docs.xml,v
retrieving revision 1.62
diff -u -r1.62 build-docs.xml
--- src/templates/build/build-docs.xml  4 May 2002 01:50:11 -0000       1.62
+++ src/templates/build/build-docs.xml  6 May 2002 19:44:26 -0000
@@ -182,7 +182,8 @@
       toolboxfile="${maven.home}/stylesheets/toolbox.props"
       style="${maven.home}/stylesheets/site.dvsl"
       excludes="**/project.xml,**/template.xml"
-      includes="**/*.xml">
+      includes="**/*.xml"
+      outputencoding="ISO-8859-1">
       <!-- Need to add the maven jar to load the toolbox -->
       <classpath>
         <path refid="maven-classpath"/>
@@ -204,7 +205,8 @@
       toolboxfile="${maven.home}/stylesheets/toolbox.props"
       style="${maven.home}/stylesheets/site.dvsl"
       excludes="**/project.xml,**/template.xml"
-      includes="**/*.xml">
+      includes="**/*.xml"
+      outputencoding="ISO-8859-1">
       <!-- Need to add the maven jar to load the toolbox -->
       <classpath>
         <path refid="maven-classpath"/>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to