I am downloading the result of a configurator in .zip. And what my surprise, since it has changed the name of all the files with accents to "weird" characters. Zip = True when defining the Activity.
Is there a way to tell it to compress in UTF-8 so that it respects all characters? Since we have no control over how it compresses it. If we did it with 7Zip, we can use the "cu" parameter, but in the Activity we only put "Zip = True" so that it compresses the result folder.
Thanks.