From bde45b309a6a4b09d558bd7bcdc662ded260373b Mon Sep 17 00:00:00 2001
From: "Jesse N. Glick" <zip>
.
If your file names contain national characters you should
know that Sun's jar
utility like Ant's
- <jar>
uses UFT8 to encode their names while
+ <jar>
uses UTF-8 to encode their names while
<zip>
uses your platforms default encoding.
Use the encoding attribute of <zip>
if
necessary.
If your file names contain national characters you should
know that Sun's jar
utility like Ant's
- <jar>
uses UFT8 to encode their names while
+ <jar>
uses UTF-8 to encode their names while
<zip>
uses your platforms default encoding.
Use the encoding attribute of <zip>
if
necessary.