I made a tiny patch of TZipper to support UTF8. May be its usefull for somebody

Just search and replace all:
uses
...
,FileUtil
,lazutf8classes
FindFirst -> FindFirstUTF8TFileStream -> TFileStreamUTF8ZFileName:ShortString -> ZFileName:string;function TDeflater.ZipBitFlag: Word;
begin
...
Result:=Result or %100000000000;
end;
I'm sure, that FPC team will made it in another way, without Lazarus units, but i cant wait now
