Re: How to use ZipSplitter to uncompress GBK encoding zip file
It appears that the camel-zipfile data format does not support non-UTF-8 file names. However, the InputStream produced should be character set agnostic. So, it's up to you to do something with that stream that involves a character set, such as a Reader, or the Convert Body To EIP ( https://camel.ap
How to use ZipSplitter to uncompress GBK encoding zip file
Hi, I need to uncompress a zip file with GBK encoding and by default camel-zipfile uses UTF-8. Is there a easy way that I can customize the zip file charset? Thanks!