Benjamin Bentmann wrote:

What encoding exactly would you like to set? The encoding of the file contents? This is not necessary. Encoding is only required when one has to convert between bytes and characters but the (un-)archiving of files is merely a byte-to-byte copy, i.e. operates on a lower level and does not involve textual interpretation of the file contents:

   Characters   --filter-->   Characters            Semantic Layer
       ^                          |
       |                          |
     decode                     encode
       |                          |
       |                          v
     Bytes      ---copy--->     Bytes               Physical Layer

IIRC, the Dependency Plugin doesn't do filtering so should be fine without encoding configuration.


Hi Benjamin,

yes you're right - my brain was having a tea break :-)

so, yep, all works fine if I don't filter binary images.

Cheers


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

Reply via email to