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.apache.org/components/3.20.x/eips/convertBodyTo-eip.html).
On Thu, Jun 22, 2023 at 4:52 AM _ Jane <belief...@hotmail.com> wrote: > 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! >