> ManifestClassPath should encode the classpaths like URIs.
> The jar spec from Sun says that classpath elements in Manifests are
> relative URLs.
> Non Ascii chars must be % encoded.
> We would need to extract from FileUtils.toURI() the bit of code which does
> the encoding so that we can encode a relative path.
> For instance änt (a unlaut n t) is %xx%yynt (see test case).

Thanks Antoine. I'll look into it. I may have more questions down the
line ;-) --DD

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

Reply via email to