Index: applications/editors/josm/plugins/seachart/jicons/build.xml
===================================================================
--- applications/editors/josm/plugins/seachart/jicons/build.xml	(revision 31738)
+++ 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 31738)
+++ 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 31738)
+++ 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 31738)
+++ 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 31738)
+++ 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"/>
