bodewig commented on PR #194:
URL: https://github.com/apache/ant/pull/194#issuecomment-1320928103

   actually this breaks support for file names using multi-byte encodings where 
NULs may just be part of a multi-byte sequence and not signal the end of the 
name. You can see this by running 
   
   ```
   /build.sh -f src/etc/testcases/taskdefs/untar.xml encodingTest
   ```
   
   in Ant's root. This creates a tar using UTF-16 and fails to expand it again. 
I'm not 100% sure how to solve this as `ZipEncoding` might be a bit too 
simplistic.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to