Index: /applications/editors/josm/plugins/DirectUpload/nbproject/build-impl.xml
===================================================================
--- /applications/editors/josm/plugins/DirectUpload/nbproject/build-impl.xml	(revision 31767)
+++ /applications/editors/josm/plugins/DirectUpload/nbproject/build-impl.xml	(revision 31768)
@@ -300,5 +300,5 @@
     <target name="-init-presetdef-jar">
         <presetdef name="jar" uri="http://www.netbeans.org/ns/j2se-project/1">
-            <jar compress="${jar.compress}" jarfile="${dist.jar}">
+            <jar compress="${jar.compress}" jarfile="${dist.jar}" manifestencoding="UTF-8">
                 <j2seproject1:fileset dir="${build.classes.dir}"/>
             </jar>
Index: /applications/editors/josm/plugins/build-common.xml
===================================================================
--- /applications/editors/josm/plugins/build-common.xml	(revision 31767)
+++ /applications/editors/josm/plugins/build-common.xml	(revision 31768)
@@ -143,5 +143,5 @@
         </antcall>
         <antcall target="additional-manifest" />
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST" manifestencoding="UTF-8">
             <restrict>
                 <not><or>
Index: /applications/editors/josm/plugins/czechaddress/build.xml
===================================================================
--- /applications/editors/josm/plugins/czechaddress/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/czechaddress/build.xml	(revision 31768)
@@ -38,5 +38,5 @@
     </target>
     <target name="dist" depends="compile">
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="${plugin.build.dir}/org/openstreetmap/josm/plugins/czechaddress/MANIFEST.MF"/>
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8" manifest="${plugin.build.dir}/org/openstreetmap/josm/plugins/czechaddress/MANIFEST.MF"/>
     </target>
     <target name="revision">
Index: /applications/editors/josm/plugins/dataimport/build.xml
===================================================================
--- /applications/editors/josm/plugins/dataimport/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/dataimport/build.xml	(revision 31768)
@@ -59,5 +59,5 @@
             <fileset dir="data"/>
         </copy>
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
             <!--
         ************************************************
Index: /applications/editors/josm/plugins/ext_tools/build.xml
===================================================================
--- /applications/editors/josm/plugins/ext_tools/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/ext_tools/build.xml	(revision 31768)
@@ -59,5 +59,5 @@
             </fileset>
         </copy>
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
             <!--
         ************************************************
Index: /applications/editors/josm/plugins/geotools/build.xml
===================================================================
--- /applications/editors/josm/plugins/geotools/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/geotools/build.xml	(revision 31768)
@@ -29,5 +29,5 @@
     <target name="post-dist">
         <move file="${plugin.jar}" todir="${plugin.build.dir}" />
-        <jar destfile="${plugin.jar}" filesetmanifest="merge">
+        <jar destfile="${plugin.jar}" filesetmanifest="merge" manifestencoding="UTF-8">
             <fileset dir="jar"/>
             <zipfileset src="${plugin.build.dir}/${ant.project.name}.jar">
Index: /applications/editors/josm/plugins/globalsat/build.xml
===================================================================
--- /applications/editors/josm/plugins/globalsat/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/globalsat/build.xml	(revision 31768)
@@ -37,5 +37,5 @@
             <fileset dir="data"/>
         </copy>
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
             <manifest>
                 <attribute name="Author" value="Raphael Mack"/>
Index: /applications/editors/josm/plugins/gpsblam/build.xml
===================================================================
--- /applications/editors/josm/plugins/gpsblam/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/gpsblam/build.xml	(revision 31768)
@@ -36,5 +36,5 @@
             </fileset>
         </copy>
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
             <!--
             ************************************************
Index: /applications/editors/josm/plugins/infomode/build.xml
===================================================================
--- /applications/editors/josm/plugins/infomode/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/infomode/build.xml	(revision 31768)
@@ -56,5 +56,5 @@
             </fileset>
         </copy>
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
             <!--
             ************************************************
Index: /applications/editors/josm/plugins/irsrectify/build.xml
===================================================================
--- /applications/editors/josm/plugins/irsrectify/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/irsrectify/build.xml	(revision 31768)
@@ -56,5 +56,5 @@
             </fileset>
         </copy>
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
             <!--
         ************************************************
Index: /applications/editors/josm/plugins/mapdust/build.xml
===================================================================
--- /applications/editors/josm/plugins/mapdust/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/mapdust/build.xml	(revision 31768)
@@ -52,5 +52,5 @@
             </fileset>
         </copy>
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
             <manifest>
                 <attribute name="Author" value="Beata Jancso"/>
Index: /applications/editors/josm/plugins/no_more_mapping/build.xml
===================================================================
--- /applications/editors/josm/plugins/no_more_mapping/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/no_more_mapping/build.xml	(revision 31768)
@@ -36,5 +36,5 @@
             </fileset>
         </copy>
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
             <!--
             ************************************************
Index: /applications/editors/josm/plugins/opendata/modules/00_module_dir_template/build.xml
===================================================================
--- /applications/editors/josm/plugins/opendata/modules/00_module_dir_template/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/opendata/modules/00_module_dir_template/build.xml	(revision 31768)
@@ -102,5 +102,5 @@
             </fileset>
         </copy>
-        <jar destfile="${module.jar}" basedir="${module.build.dir}">
+        <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8">
             <!--
             ************************************************
Index: /applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml
===================================================================
--- /applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml	(revision 31768)
@@ -79,5 +79,5 @@
             </fileset>
         </copy>
-        <jar destfile="${module.jar}" basedir="${module.build.dir}">
+        <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8">
             <!--
             ************************************************
Index: /applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml
===================================================================
--- /applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml	(revision 31768)
@@ -79,5 +79,5 @@
             </fileset>
         </copy>
-        <jar destfile="${module.jar}" basedir="${module.build.dir}">
+        <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8">
             <!--
             ************************************************
Index: /applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml
===================================================================
--- /applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml	(revision 31768)
@@ -79,5 +79,5 @@
             </fileset>
         </copy>
-        <jar destfile="${module.jar}" basedir="${module.build.dir}">
+        <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8">
             <!--
             ************************************************
Index: /applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml
===================================================================
--- /applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml	(revision 31768)
@@ -79,5 +79,5 @@
             </fileset>
         </copy>
-        <jar destfile="${module.jar}" basedir="${module.build.dir}">
+        <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8">
             <!--
             ************************************************
Index: /applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml
===================================================================
--- /applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml	(revision 31768)
@@ -79,5 +79,5 @@
             </fileset>
         </copy>
-        <jar destfile="${module.jar}" basedir="${module.build.dir}">
+        <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8">
             <!--
             ************************************************
Index: /applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml
===================================================================
--- /applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml	(revision 31768)
@@ -79,5 +79,5 @@
             </fileset>
         </copy>
-        <jar destfile="${module.jar}" basedir="${module.build.dir}">
+        <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8">
             <!--
             ************************************************
Index: /applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml
===================================================================
--- /applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml	(revision 31768)
@@ -83,5 +83,5 @@
             </fileset>
         </copy>
-        <jar destfile="${module.jar}" basedir="${module.build.dir}">
+        <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8">
             <!--
             ************************************************
Index: /applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml
===================================================================
--- /applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml	(revision 31768)
@@ -79,5 +79,5 @@
             </fileset>
         </copy>
-        <jar destfile="${module.jar}" basedir="${module.build.dir}">
+        <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8">
             <!--
             ************************************************
Index: /applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml
===================================================================
--- /applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml	(revision 31768)
@@ -81,5 +81,5 @@
             </fileset>
         </copy>
-        <jar destfile="${module.jar}" basedir="${module.build.dir}">
+        <jar destfile="${module.jar}" basedir="${module.build.dir}" manifestencoding="UTF-8">
             <!--
             ************************************************
Index: /applications/editors/josm/plugins/openvisible/build.xml
===================================================================
--- /applications/editors/josm/plugins/openvisible/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/openvisible/build.xml	(revision 31768)
@@ -31,5 +31,5 @@
             <fileset dir="data"/>
         </copy>
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
             <manifest>
                 <attribute name="Author" value="Christof Dallermassl"/>
Index: /applications/editors/josm/plugins/roadsigns/build.xml
===================================================================
--- /applications/editors/josm/plugins/roadsigns/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/roadsigns/build.xml	(revision 31768)
@@ -32,5 +32,5 @@
             </fileset>
         </copy>
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
             <!--
             ************************************************
Index: /applications/editors/josm/plugins/routes/build.xml
===================================================================
--- /applications/editors/josm/plugins/routes/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/routes/build.xml	(revision 31768)
@@ -30,5 +30,5 @@
             <fileset dir="data"/>
         </copy>
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
             <manifest>
                 <attribute name="Author" value="Jiri Klement"/>
Index: /applications/editors/josm/plugins/routing/build.xml
===================================================================
--- /applications/editors/josm/plugins/routing/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/routing/build.xml	(revision 31768)
@@ -49,5 +49,5 @@
             </fileset>
         </copy>
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
         <!--
         ************************************************
Index: /applications/editors/josm/plugins/sds/build.xml
===================================================================
--- /applications/editors/josm/plugins/sds/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/sds/build.xml	(revision 31768)
@@ -21,5 +21,5 @@
             <fileset dir="data"/>
         </copy>
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
             <manifest>
                 <attribute name="Author" value="Frederik Ramm"/>
Index: /applications/editors/josm/plugins/seachart/jicons/build.xml
===================================================================
--- /applications/editors/josm/plugins/seachart/jicons/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/seachart/jicons/build.xml	(revision 31768)
@@ -19,5 +19,5 @@
 
   <target name="dist" depends="compile" description="generate the distribution" >
-    <jar jarfile="${jarfile}" basedir="${build}" >
+    <jar jarfile="${jarfile}" basedir="${build}" manifestencoding="UTF-8">
       <manifest>
         <attribute name="Main-Class" value="jicons.Jicons"/>
Index: /applications/editors/josm/plugins/seachart/josmtos57/build.xml
===================================================================
--- /applications/editors/josm/plugins/seachart/josmtos57/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/seachart/josmtos57/build.xml	(revision 31768)
@@ -13,5 +13,5 @@
   
   <target name="dist" depends="compile" description="generate the distribution">
-    <jar jarfile="${jarfile}" basedir="${build}" >
+    <jar jarfile="${jarfile}" basedir="${build}" manifestencoding="UTF-8">
       <manifest>
         <attribute name="Main-Class" value="josmtos57.Josmtos57"/>
Index: /applications/editors/josm/plugins/seachart/jplotter/build.xml
===================================================================
--- /applications/editors/josm/plugins/seachart/jplotter/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/seachart/jplotter/build.xml	(revision 31768)
@@ -13,5 +13,5 @@
 
   <target name="dist" depends="compile" description="generate the distribution" >
-    <jar jarfile="${jarfile}" basedir="${build}" >
+    <jar jarfile="${jarfile}" basedir="${build}" manifestencoding="UTF-8">
       <manifest>
         <attribute name="Main-Class" value="jplotter.Jplotter"/>
Index: /applications/editors/josm/plugins/seachart/jrender/build.xml
===================================================================
--- /applications/editors/josm/plugins/seachart/jrender/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/seachart/jrender/build.xml	(revision 31768)
@@ -19,5 +19,5 @@
 
   <target name="dist" depends="compile" description="generate the distribution" >
-    <jar jarfile="${jarfile}" basedir="${build}" >
+    <jar jarfile="${jarfile}" basedir="${build}" manifestencoding="UTF-8">
       <manifest>
         <attribute name="Main-Class" value="jrender.Jrender"/>
Index: /applications/editors/josm/plugins/seachart/js57toosm/build.xml
===================================================================
--- /applications/editors/josm/plugins/seachart/js57toosm/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/seachart/js57toosm/build.xml	(revision 31768)
@@ -17,5 +17,5 @@
   
   <target name="dist" depends="compile" description="generate the distribution">
-    <jar jarfile="${jarfile}" basedir="${build}" >
+    <jar jarfile="${jarfile}" basedir="${build}" manifestencoding="UTF-8">
       <manifest>
         <attribute name="Main-Class" value="js57toosm.Js57toosm"/>
Index: /applications/editors/josm/plugins/tagging-preset-tester/build.xml
===================================================================
--- /applications/editors/josm/plugins/tagging-preset-tester/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/tagging-preset-tester/build.xml	(revision 31768)
@@ -29,5 +29,5 @@
             <fileset dir="data"/>
         </copy>
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
             <manifest>
                 <attribute name="Author" value="Imi"/>
Index: /applications/editors/josm/plugins/trustosm/build.xml
===================================================================
--- /applications/editors/josm/plugins/trustosm/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/trustosm/build.xml	(revision 31768)
@@ -101,5 +101,5 @@
         </antcall>
         <antcall target="additional-manifest" />
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST"/>
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST" manifestencoding="UTF-8"/>
         <delete file="MANIFEST" failonerror="no"/>
         <antcall target="post-dist" />
Index: /applications/editors/josm/plugins/turnlanes/build.xml
===================================================================
--- /applications/editors/josm/plugins/turnlanes/build.xml	(revision 31767)
+++ /applications/editors/josm/plugins/turnlanes/build.xml	(revision 31768)
@@ -36,5 +36,5 @@
             </fileset>
         </copy>
-        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
         <!--
         ************************************************
