[fpc-pascal] TZipper and special file names like "atenção.txt" (#26213)
Michael Van Canneyt
michael at freepascal.org
Sat May 24 08:33:56 CEST 2014
On Fri, 23 May 2014, Craig Peterson wrote:
> The Info-zip project maintains an annotated Appnote that lists a bunch of the extra fields that various vendors use here:
> http://www.info-zip.org/doc/
Great, thank you for this information. Nice to see an expert on the list :)
Strange then that the info-zip so often creates garbled filenames on Linux !
Probably the used zipper doesn't use the extra fields. If it isn't there, infozip cannot use it obviously.
Since it is optional, we can probably add a WideString property to the zipitem and add an overloaded call;
Then we don't need to recreate everything, just add the extra fields.
Michael.
More information about the fpc-pascal
mailing list