Hello!
I have a problem with the zip task. This is what I have in my build.xml
file:

<zip destfile="${dist}/VitaNovaHemma.zip">
  <zipfileset dir="Vita Nova Hemma" prefix="Vita Nova Hemma" />
</zip>

This directories which names contains the character å,ä and ö. When I unzip
VitaNovaHemma.zip using Windows XP:s built in unzipper these caracters are
lost. I have tried:

<zip encoding="ISO-8859-1" destfile="${dist}/VitaNovaHemma.zip">...
and
<zip encoding="UTF-8" destfile="${dist}/VitaNovaHemma.zip">...

But I have had no success. 

Any ideas?

Regards, 

Peter



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

Reply via email to