0D`0205M)J UNZIP_CLI UNZIP 6.0dM)05-132 ;8< !VwZy\%  ? ! VAXCRTL_001$+CMA$TIS_SHR_001! LIBRTL_001Q! MTHRTL_001 H UNZI ,(Tl UNZIP4!)P1ZIPFILEZip file8a!(P2INFILEFiles to UnZip( BINARY$c ( TEXT(4SCREEN(\ DIRECTORY(FRESHEN$HELP$JUNK$LIST$ BRIEF$8 FULL(`< EXISTING(  OVERWRITE$ QUIET$TEST$PIPE(PASSWORD(D TIMESTAMP,p TRAVERSE_DIRS( UPPERCASE(UPDATE(VERSION(cRESTORE(8COMMENT(a`EXCLUDE0CASE_INSENSITIVE( LOWERCASE$PAGE, DOT_VERSION$,ODS2(T YYZ_UNZIP(|ZIPINFO,` INFORMATION4!)P1ZIPFILEZip file<a!(P2INFILEFiles to display(@ZIPINFO(hONE_LINE$SHORT(MEDIUM$LONG(VERBOSE((HEADER(PCOMMENT(x TOTALS$ TIMES(a EXCLUDE0 CASE_INSENSITIVE$ PAGE$<RESTORE_KEYWORDS$`DATE, OWNER_PROT$RESTOREDATE_KEYS$FILES$ALL  QUIET_MODIFIER$SUPER$` EXISTING_KEYWORDS,  NEW_VERSION(  OVERWRITE( NOEXTRACT   FULL_MODIFIER, DIAGNOSTICS$L CONVTXT_KEYWORDS$p AUTO$ ALL$ NONE$STMLF$ CONVBIN_KEYWORDS$$ AUTO$H ALL$NONEL  4 ` , d (X    4   $ p D T $ p  `  ` 8  <     << T H `t    `  <<  <<8Hp L hxL   p      0< T ii-Z-d-x"" You must quote non-lowercase options and filespecs, unless SET PROC/PARSE=EXT. [-Z] Extended Help for UnZipSee the UnZip Manual for more detailed helpUnZip lists and extracts files in zip archives. The default action is toextract zipfile entries to the current directory, creating directories asneeded. With appropriate options, UnZip lists the contents of archivesinstead.Basic unzip command line: unzip [-Z] options archive[.zip] [file ...] [-x xfile ...] [-d exdir]Some examples: unzip -l foo.zip - list files in short format in archive foo.zip unzip -t foo - test the files in archive foo unzip -Z foo - list files using more detailed zipinfo format unzip foo - unzip the contents of foo in current dir unzip -a foo - unzip foo and convert text files to local OSIf unzip is run in zipinfo mode, a more detailed list of archive contentsis provided. The -Z option sets zipinfo mode and changes the availableoptions.Basic zipinfo command line: zipinfo options archive[.zip] [file ...] [-x xfile ...] unzip -Z options archive[.zip] [file ...] [-x xfile ...]Below, Mac OS refers to Mac OS before Mac OS X. Mac OS X is a Unix basedport and is referred to as Unix Apple.unzip options: -Z Switch to zipinfo mode. Must be first option. -hh Display extended help. -A [OS/2, Unix DLL] Print extended help for DLL. -c Extract files to stdout/screen. As -p but include names. Also, -a allowed and EBCDIC conversions done if needed. -f Freshen by extracting only if older file on disk. -l List files using short form. -p Extract files to pipe (stdout). Only file data is output and all files extracted in binary mode (as stored). -t Test archive files. -T Set timestamp on archive(s) to that of newest file. Similar to zip -o but faster. -u Update existing older files on disk as -f and extract new files. -v Use verbose list format. If given alone as unzip -v show version information. Also can be added to other list commands for more verbose output. -z Display only archive comment.unzip modifiers: -a Convert text files to local OS format. Convert line ends, EOF marker, and from or to EBCDIC character set as needed. -b Treat all files as binary. [Tandem] Force filecode 180 ('C'). [VMS] Autoconvert binary files. -bb forces convert of all files. -B [UNIXBACKUP compile option enabled] Save a backup copy of each overwritten file in foo~ or foo~99999 format. -C Use case-insensitive matching. -D Skip restoration of timestamps for extracted directories. On VMS this is on by default and -D essentially becames -DD. -DD Skip restoration of timestamps for all entries. -E [MacOS (not Unix Apple)] Display contents of MacOS extra field during restore. -F [Acorn] Suppress removal of NFS filetype extension. [Non-Acorn if ACORN_FTYPE_NFS] Translate filetype and append to name. -i [MacOS] Ignore filenames in MacOS extra field. Instead, use name in standard header. -j Junk paths and deposit all files in extraction directory. -J [BeOS] Junk file attributes. [MacOS] Ignore MacOS specific info. -K [AtheOS, BeOS, Unix] Restore SUID/SGID/Tacky file attributes. -L Convert to lowercase any names from uppercase only file system. -LL Convert all files to lowercase. -M Pipe all output through internal pager similar to Unix more(1). -n Never overwrite existing files. Skip extracting that file, no prompt. -N [Amiga] Extract file comments as Amiga filenotes. -o Overwrite existing files without prompting. Useful with -f. Use with care. -P p Use password p to decrypt files. THIS IS INSECURE! Some OS show command line to other users. -q Perform operations quietly. The more q (as in -qq) the quieter. -s [OS/2, NT, MS-DOS] Convert spaces in filenames to underscores. -S [VMS] Convert text files (-a, -aa) into Stream_LF format. -U [UNICODE enabled] Show non-local characters as #Uxxxx or #Lxxxxxx ASCII text escapes where x is hex digit. [Old] -U used to leave names uppercase if created on MS-DOS, VMS, etc. See -L. -UU [UNICODE enabled] Disable use of stored UTF-8 paths. Note that UTF-8 paths stored as native local paths are still processed as Unicode. -V Retain VMS file version numbers. -W [Only if WILD_STOP_AT_DIR] Modify pattern matching so ? and * do not match directory separator /, but ** does. Allows matching at specific directory levels. -X [VMS, Unix, OS/2, NT, Tandem] Restore UICs and ACL entries under VMS, or UIDs/GIDs under Unix, or ACLs under certain network-enabled versions of OS/2, or security ACLs under Windows NT. Can require user privileges. -XX [NT] Extract NT security ACLs after trying to enable additional system privileges. -Y [VMS] Treat archived name endings of .nnn as VMS version numbers. -$ [MS-DOS, OS/2, NT] Restore volume label if extraction medium is removable. -$$ allows fixed media (hard drives) to be labeled. -/ e [Acorn] Use e as extension list. -: [All but Acorn, VM/CMS, MVS, Tandem] Allow extract archive members into locations outside of current extraction root folder. This allows paths such as ../foo to be extracted above the current extraction directory, which can be a security problem. -^ [Unix] Allow control characters in names of extracted entries. Usually this is not a good thing and should be avoided. -2 [VMS] Force unconditional conversion of names to ODS-compatible names. Default is to exploit destination file system, preserving cases and extended name characters on ODS5 and applying ODS2 filtering on ODS2.Wildcards: Internally unzip supports the following wildcards: ? (or %% or #, depending on OS) matches any single character * matches any number of characters, including zero [list] matches char in list (regex), can do range [ac-f], all but [!bf] If port supports [], must escape [ as [[] For shells that expand wildcards, escape (\* or "*") so unzip can recurse.Include and Exclude: -i pattern pattern ... include files that match a pattern -x pattern pattern ... exclude files that match a pattern Patterns are paths with optional wildcards and match paths as stored in archive. Exclude and include lists end at next option or end of line. unzip archive -x pattern pattern ...Multi-part (split) archives (archives created as a set of split files): Currently split archives are not readable by unzip. A workaround is to use zip to convert the split archive to a single-file archive and use unzip on that. See the manual page for Zip 3.0 or later.Streaming (piping into unzip): Currently unzip does not support streaming. The funzip utility can be used to process the first entry in a stream. cat archive | funzipTesting archives: -t test contents of archive This can be modified using -q for quieter operation, and -qq for even quieter operation.Unicode: If compiled with Unicode support, unzip automatically handles archives with Unicode entries. Currently Unicode on Win32 systems is limited. Characters not in the current character set are shown as ASCII escapes in the form #Uxxxx where the Unicode character number fits in 16 bits, or #Lxxxxxx where it doesn't, where x is the ASCII character for a hex digit.zipinfo options (these are used in zipinfo mode (unzip -Z ...)): -1 List names only, one per line. No headers/trailers. Good for scripts. -2 List names only as -1, but include headers, trailers, and comments. -s List archive entries in short Unix ls -l format. Default list format. -m List in long Unix ls -l format. As -s, but includes compression %. -l List in long Unix ls -l format. As -m, but compression in bytes. -v List zipfile information in verbose, multi-page format. -h List header line. Includes archive name, actual size, total files. -M Pipe all output through internal pager similar to Unix more(1) command. -t List totals for files listed or for all files. Includes uncompressed and compressed sizes, and compression factors. -T Print file dates and times in a sortable decimal format (yymmdd.hhmmss) Default date and time format is a more human-readable version. -U [UNICODE] If entry has a UTF-8 Unicode path, display any characters not in current character set as text #Uxxxx and #Lxxxxxx escapes representing the Unicode character number of the character in hex. -UU [UNICODE] Disable use of any UTF-8 path information. -z Include archive comment if any in listing.funzip stream extractor: funzip extracts the first member in an archive to stdout. Typically used to unzip the first member of a stream or pipe. If a file argument is given, read from that file instead of stdin.funzip command line: funzip [-password] [input[.zip|.gz]]unzipsfx self extractor: Self-extracting archives made with unzipsfx are no more (or less) portable across different operating systems than unzip executables. In general, a self-extracting archive made on a particular Unix system, for example, will only self-extract under the same flavor of Unix. Regular unzip may still be used to extract embedded archive however.unzipsfx command line: [-options] [file(s) ... [-x xfile(s) ...]]unzipsfx options: -c, -p - Output to pipe. (See above for unzip.) -f, -u - Freshen and Update, as for unzip. -t - Test embedded archive. (Can be used to list contents.) -z - Print archive comment. (See unzip above.)unzipsfx modifiers: Most unzip modifiers are supported. These include -a - Convert text files. -n - Never overwrite. -o - Overwrite without prompting. -q - Quiet operation. -C - Match names case-insensitively. -j - Junk paths. -V - Keep version numbers. -s - Convert spaces to underscores. -$ - Restore volume label.If unzipsfx compiled with SFX_EXDIR defined, -d option also available: -d exd - Extract to directory exd.By default, all files extracted to current directory. This optionforces extraction to specified directory.See unzipsfx manual page for more information.%s %d TEXTTEXT.AUTOTEXT.ALLTEXT.NONETEXT.STMLFBINARYBINARY.AUTOBINARY.ALLBINARY.NONECASE_INSENSITIVESCREENDIRECTORYFRESHENHELPJUNKLOWERCASELISTBRIEFFULLFULL.DIAGNOSTICSEXISTINGEXISTING.NEW_VERSIONEXISTING.OVERWRITEEXISTING.NOEXTRACTOVERWRITEQUIETQUIET.SUPERTESTPIPEPASSWORDTIMESTAMPUPPERCASEUPDATEVERSIONRESTORERESTORE.OWNER_PROTRESTORE.DATERESTORE.DATE.ALLRESTORE.DATE.FILESDOT_VERSIONCOMMENTEXCLUDEODS2TRAVERSE_DIRSZIPINFOSHORTMEDIUMLONGVERBOSEHEADERTOTALSTIMESONE_LINEPAGEYYZ_UNZIPZIPFILEINFILEunzip unzip-P-d-xZipInfo %d.%d%d%s %s, by Newtware and the fine folks at Info-ZIP. List name, date/time, attribute, size, compression method, etc., about files in list (excluding those in xlist) contained in the specified .zip archive(s). "file[.zip]" may be a wildcard name containing * or %% (e.g., "*font-%%.zip"). 20 April 2009 usage: zipinfo file[.zip] [list] [/EXCL=(xlist)] [/DIR=exdir] /options or: unzip /ZIPINFO file[.zip] [list] [/EXCL=(xlist)] [/DIR=exdir] /options main listing-format options: /SHORT short "ls -l" format (def.) /ONE_LINE just filenames, one/line /MEDIUM medium Unix "ls -l" format /VERBOSE verbose, multi-page format /LONG long Unix "ls -l" format miscellaneous options: /HEADER print header line /TOTALS totals for listed files or for all /COMMENT print zipfile comment /TIMES times in sortable decimal format /[NO]CASE_INSENSITIVE match filenames case-insensitively /[NO]PAGE page output through built-in "more" /EXCLUDE=(file-spec1,etc.) exclude file-specs from listing Type unzip "-Z" for Unix style flags Remember that non-lowercase filespecs must be quoted in VMS (e.g., "Makefile"). 20 April 2009Usage: unzip file[.zip] [list] [/EXCL=(xlist)] [/DIR=exdir] /options /modifiers Default action is to extract files in list, except those in xlist, to exdir; file[.zip] may be a wildcard. %s Type "unzip /ZIPINFO" for ZipInfo-mode usage.Major options include (type unzip -h for Unix style flags): /[NO]TEST, /LIST, /[NO]SCREEN, /PIPE, /[NO]FRESHEN, /[NO]UPDATE, /[NO]COMMENT, /DIRECTORY=directory-spec, /EXCLUDE=(file-spec1,etc.) Modifiers include: /BRIEF, /FULL, /[NO]TEXT[=NONE|AUTO|ALL], /[NO]BINARY[=NONE|AUTO|ALL], /EXISTING={NEW_VERSION|OVERWRITE|NOEXTRACT}, /[NO]JUNK, /QUIET, /QUIET[=SUPER], /[NO]PAGE, /[NO]CASE_INSENSITIVE, /[NO]LOWERCASE, /[NO]VERSION, /RESTORE[=([NO]OWNER_PROT[,NODATE|DATE={ALL|FILES}])] Examples (see unzip.txt or "HELP UNZIP" for more info): unzip edit1 /EXCL=joe.jou /CASE_INSENSITIVE => Extract all files except joe.jou (or JOE.JOU, or any combination of case) from zipfile edit1.zip. unzip zip201 "Makefile.VMS" vms/*.[ch] => extract VMS Makefile and *.c and *.h files; must quote uppercase names if /CASE_INSENS not used. unzip foo /DIR=tmp:[.test] /JUNK /TEXT /EXIS=NEW => extract all files to tmp. dir., flatten hierarchy, auto-conv. text files, create new versions. *ctx=stm%.*s%.*s%.*s bus errorillegal instructionsegmentation violation[ %s ] 8.8ld s were wassss s%sEmpty zipfile. [%s] [%s] [%s] [%s] [%s] [%s] [%s] Get RMS defaults. getjpi sts = %%x%08x. Default: deq = %6d, mbc = %3d, mbf = %3d. error: cannot open zipfile [ %s ]. sys$open() error: Error: zipfile is in variable-length record format. Please run "bilf l %s" to convert the zipfile to stream-LF record format. (BILF is available at various VMS archives.) JANFEBMARAPRMAYJUNJULAUGSEPOCTNOVDEC%02u-%3s-%04u %02u:%02u:%02u.00[ Cannot create ($create) output file %s ] Cannot create ($connect) output file: %s [ File %s has illegal record format to put to screen ] [ Cannot create ($create) output file %s ] [ Cannot allocate space for %s ] Cannot create ($connect) output file: %s [ File %s has illegal record format to put to screen ] create_qio_output: sys$parse failed. create_qio_output: sys$assign failed. [ Cannot create (QIO) output file %s ] %s exists: new [v]ersion, [o]verwrite, or [n]o extract? (Uppercase response [V,O,N] => Do same for all files): IMVFABVALLVKEYVFHCVDATVRDTVPROVMSV[ Warning: Unknown block signature %s ] [ Warning: CRC error, discarding PKWARE extra field ] [ WriteQIO: sys$synch found I/O failure ] [ WriteQIO: sys$qio failed ] [ Record too long (%u bytes) ] [ Warning, incomplete record of length %u ] [ Warning: Record too long (%u) ] [ Warning: Record too long (%u) ] [ WriteBuffer: sys$wait failed ] [ WriteBuffer: sys$write failed ] [ WriteRecord: sys$wait failed ] [ WriteRecord: sys$put failed ] [ _close_rms: sys$wait failed ] [ _close_qio: sys$synch found I/O failure ] [ Deaccess QIO failed ] %.*s000000%c%.*s%s.DIR;1%.*s%c%.*s%s.DIR;1]warning: set-dir-attributes failed ($parse) for %s. warning: set-dir-attributes failed ($assign) for %s. warning: set-dir-attributes failed ($qiow acc) for %s. warning: set-dir-attributes failed ($qiow mod) for %s. %02d-%3s-%04d %02d:%02d:%02d.00stamp_file: sys$parse failed. stamp_file: sys$assign failed. [ Access file QIO failed. ] [ Modify file QIO failed. ] stamp_file: sys$dassgn failed. %s[ VMS status = %d ] %s[ %s ] SYS$DISK:[]...warning: skipped "../" path component(s) in %s creating: %s SYS$DISK:[]SYS$DISK:[]SYS$DISK:[]Invalid destination directory (parse error): %s Invalid destination directory (includes file name): %s Can not create destination directory: %s SYS$DISK:[]SYS$DISK:[]..;SYS$OUTPUTV5.4-2 VAX CVMSOpenVMS (%s VAX) on Apr 29 2008SYS$COMMANDr(line too long--try again) 11X11uX11uXuentriesentryuXuXuXuXuareisuentriesentryu-uu uXnot noyesuubinaryebcdictextrdo hid sys lab dir arc lnk exeFABXABALLXABFHCXABDATXABRDTXABPROXABKEYversionunknownunun%02x. ismay be%03u%u.%u%u.%u%u.%u.r.-... %u.%ucomexebtmcmdbat%u.%u%s %s %s 8u%c%c%3d%% %s8u %s %s centralcentralwarning-sssVMSPKlseekEOFEOFlocallocaluu{ENTER}[empty] [text] [binary]testextract explod errorwarningu u [] errorwarningu u.inflat %-22s OK %-22s %-22s %-22s OK ...%s %s %03u8u8u9u8u8us9us (incomplete l-tree) (incomplete d-tree) UNZIP_OPTSUNZIPOPTZIPINFO_OPTSZIPINFOOPTenvargs: cannot get memory for argumentserror: command line parameter #%d exceeds internal size limit caution: not extracting; -d ignored error: must specify directory to which to extract with -d option error: -d option used more than once (only one exdir allowed) error: must give decryption password with -P option error: -Z must be first option for ZipInfo mode (check UNZIP variable?) error: -fn or any combination of -c, -l, -p, -t, -u and -v options invalid caution: both -n and -o specified; ignoring -o vms.c unzip "-V" foo "Bar" (Quote names to preserve case, unless SET PROC/PARS=EXT) -T timestamp archive to latest -X restore owner/ACL protection info -Y treat ".nnn" as ";nnn" version -2 force ODS2 names --D restore dir (-D: no) timestamps -M pipe through "more" pager (Must quote upper-case options, like "-V", unless SET PROC/PARSE=EXTEND.) * or % (e.g., "*font-%.zip")ZipInfo %d.%d%d%s of %s, by Greg Roelofs and the Info-ZIP group. List name, date/time, attribute, size, compression method, etc., about files in list (excluding those in xlist) contained in the specified .zip archive(s). "file[.zip]" may be a wildcard name containing %s. usage: zipinfo [-12smlvChMtTz] file[.zip] [list...] [-x xlist...] or: unzip %s-Z%s [-12smlvChMtTz] file[.zip] [list...] [-x xlist...] main listing-format options: -s short Unix "ls -l" format (def.) -1 filenames ONLY, one per line -m medium Unix "ls -l" format -2 just filenames but allow -h/-t/-z -l long Unix "ls -l" format -v verbose, multi-page format miscellaneous options: -h print header line -t print totals for listed files or for all -z print zipfile comment -T print file times in sortable decimal format -C be case-insensitive %s -x exclude filenames that follow from listing -M page output through built-in "more" UnZip special compilation options: %s UnZip and ZipInfo environment options: %16s: %.1024s [none]COPYRIGHT_CLEAN (PKZIP 0.9x unreducing method not supported)SET_DIR_ATTRIBTIMESTAMPUSE_UNSHRINK (PKZIP/Zip 1.x unshrinking method supported)USE_DEFLATE64 (PKZIP 4.x Deflate64(tm) supported)VMSCLI [decryption, version %d.%d%s of %s] 05 Jan 2007UnZip %d.%d%d%s of %s, by Info-ZIP. Maintained by C. Spieler. Send bug reports using http://www.info-zip.org/zip-bug.html; see README for details. Latest sources and executables are at ftp://ftp.info-zip.org/pub/infozip/ ; see ftp://ftp.info-zip.org/pub/infozip/UnZip.html for other sites. Usage: unzip %s[-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir] Default action is to extract files in list, except those in xlist, to exdir; file[.zip] may be a wildcard. %s -Z => ZipInfo mode ("unzip -Z" for usage).=> define foreign command symbol in LOGIN.COM: $ unzip :== $dev:[dir]unzip.exe -p extract files to pipe, no messages -l list files (short format) -f freshen existing files, create none -t test compressed archive data -u update files, create if necessary -z display archive comment only -v list verbosely/show version info %s -x exclude files that follow (in xlist) -d extract files into exdir modifiers: -n never overwrite or make a new version of an existing file -o always make a new version (-oo: overwrite original) of an existing file -q quiet mode (-qq => quieter) -a auto-convert any text files -j junk paths (do not make directories) -aa treat ALL files as text -C match filenames case-insensitively -L make (some) names lowercase %-42s -V retain VMS version numbers %sSee "unzip -hh" or unzip.txt for more help. Examples: unzip data1 -x joe => extract all files except joe from zipfile data1.zip %s unzip -fo foo %-6s => quietly replace existing %s if archive file newer ijE ST ij"\   Pn&_c}Wp-s;a n Wq@C | "!H!!!"f"""9####I$d$$$D%^%%% &Q&&&'\'''+(d(((N)O)P)[)))*a*****.+l+++(,),q,,,?-@-_-----.(.p..... /i///000G000,1v111F2223e333?4444445Y55555666-6q667F777777858b88888%9D9`99999:1:R:S:::;,;-;\;error: cannot open zipfile [ %s ] %s error: zipfile read error warning: filename too long--truncating. warning: extra field too long (%d). Ignoring... %s: write error (disk full?). Continue? (y/n/^C) error: zipfile probably corrupt (%s) --More--(%lu)--- Press `Q' to quit, or any other key to continue --- [%s] %s password: Enter password: password incorrect--reenter: error: cannot allocate unzip buffers %s: cannot find any matches for wildcard specification "%s". %d archive%s successfully processed. %d archive%s had warnings but no fatal errors. %d archive%s had fatal errors. %d file%s had no zipfile directory. 1 "zipfile" was a directory. %d "zipfiles" were directories. No zipfiles found. %s: cannot find zipfile directory in %s, %sand cannot find %s, period. %s: cannot find %s (%s). unzipTrying to read large file (> 2 GiB) without large file support note: %s may be a plain executable, not an archive [%s]: Zipfile is disk %lu of a multi-disk archive, and this is not the disk on which the central zipfile directory begins (disk %lu). warning [%s]: end-of-central-directory record claims this is disk %lu but that the central directory starts on disk %lu; this is a contradiction. Attempting to process anyway. warning [%s]: zipfile claims to be last disk of a multi-part archive; attempting to process anyway, assuming all parts have been concatenated together in order. Expect "errors" and warnings...true multi-part support doesn't exist yet (coming soon). warning [%s]: %s extra byte%s at beginning or within zipfile (attempting to process anyway) Archive: %s error [%s]: missing %s bytes in zipfile (attempting to process anyway) error [%s]: NULL central directory offset (attempting to process anyway) warning [%s]: zipfile is empty error [%s]: start of central directory not found; zipfile corrupt. %sfatal error: read failure while seeking for End-of-centdir-64 signature. This zipfile is corrupt. error: End-of-centdir-64 signature not where expected (prepended bytes?) (attempting to process anyway) error [%s]: reported length of central directory is %s bytes too long (Atari STZip zipfile? J.H.Holm ZIPSPLIT 1.1 zipfile?). Compensating... End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. warning: cannot set time for %s Updated time stamp for %s. caution: zipfile comment truncated There is no zipfile comment. The zipfile comment is %u bytes long and contains the following text: ======================== zipfile comment begins ========================== ========================= zipfile comment ends =========================== The zipfile comment is truncated. sIwI{IIIIIIIIII q 0r@Hqt;Zx0Nm 0r,rtttt ttttu[]*.ZIP   z ^Q QsZip file size: %s bytes, number of entries: %s End-of-central-directory record: ------------------------------- Zip archive file size: %s (%sh) Actual end-cent-dir record offset: %s (%sh) Expected end-cent-dir record offset: %s (%sh) (based on the length of the central directory and its expected offset) This zipfile constitutes the sole disk of a single-part archive; its central directory contains %s %s. The central directory is %s (%sh) bytes long, and its (expected) offset in bytes from the beginning of the zipfile is %s (%sh). This zipfile constitutes disk %lu of a multi-part archive. The central directory starts on disk %lu at an offset within that archive part of %s (%sh) bytes. The entire central directory is %s (%sh) bytes long. %s of the archive entries %s contained within this zipfile volume, out of a total of %s %s. Central directory entry #%lu: --------------------------- %lu file%s, %s bytes uncompressed, %s bytes compressed: %s%d.%d%% MS-DOS, OS/2 or NT FATAmigaVMSUnixVM/CMSAtari STOS/2 or NT HPFSMacintosh HFSZ-SystemCP/MTOPS-20NTFSSMS/QDOSAcorn RISC OSMVSWin32 VFATAtheOSBeOSTandem NSKTheosMac OS/X (Darwin)none (stored)shrunkreduced (factor 1)reduced (factor 2)reduced (factor 3)reduced (factor 4)implodedtokenizeddeflateddeflated (enhanced-64k)imploded (PK DCL)bzippedLZMA-edtersed (IBM)LZ77-compressed (IBM)WavPackedPPMd-ednormalmaximumfastsuperfast There are an extra %s bytes preceding this file. unknown (%d) offset of local header from start of archive: %s (%sh) bytes file system or operating system of origin: %s version of encoding software: %u.%u minimum file system compatibility required: %s minimum software version required to extract: %u.%u compression method: %s size of sliding dictionary (implosion): %cK number of Shannon-Fano trees (implosion): %c compression sub-type (deflation): %s file security status: %sencrypted extended local header: %s file last modified on (DOS date/time): %s 32-bit CRC value (hex): %.8lx compressed size: %s bytes uncompressed size: %s bytes length of filename: %u characters length of extra field: %u bytes length of file comment: %u characters disk number on which file begins: disk %lu apparent file type: %s VMS file attributes (%06o octal): %s Amiga file attributes (%06o octal): %s Unix file attributes (%06o octal): %s non-MSDOS external file attributes: %06lX hex MS-DOS file attributes (%02X hex): none MS-DOS file attributes (%02X hex): read-only MS-DOS file attributes (%02X hex): %s%s%s%s%s%s%s%s Theos file attributes (%04X hex): %s Library Directory Sequential Direct Keyed Indexed 86 program 286 program 386 program ??? error: EF data block (type 0x%04x) size %u exceeds remaining extra field space %u; block length has been truncated. The central-directory extra field contains: - A subfield with ID 0x%04x (%s) and %u data bytesPKWARE 64-bit sizesPKWARE AVOS/2PKWARE VMSPKWARE Win32PKWARE UnixInfo-ZIP VMSold Info-ZIP Unix/OS2/NTUnix UID/GID (16-bit)Unix UID/GID (any size)universal timeUTF8 path nameUTF8 entry commentold Info-ZIP Macintoshnew Info-ZIP MacintoshZipIt MacintoshSmartZip MacintoshZipIt Macintosh (short)VM/CMSMVSOS/2 ACLSecurity DescriptorAtheOSBeOSSMS/QDOSAOS/VSAcorn SparkFSFred Kantor MD5ASi UnixTandem NSKTheosunknown. The local extra field has %lu bytes of OS/2 extended attributes. (May not match OS/2 "dir" amount due to storage method). The extra field is %s and has %u bytes of VMS %s information%sstoredrun-length encodeddeflatedcompressed(?)ьڌ. The local extra field has %lu bytes of access control list information. The local extra field has %lu bytes of NT security descriptor data. The local extra field has UTC/GMT %s time%smodificationaccesscreation. The UTF8 data of the extra field (V%u, ASCII name CRC `%.8lx') are: . The first 24 UTF8 bytes in the extra field (V%u, ASCII name CRC `%.8lx') are: . The Mac long filename is %s. The local extra field has %lu bytes of %scompressed Macintosh finder attributes. The associated file has type code `%c%c%c%c' and creator code `%c%c%c%c'. The associated file has type code `0x%lx' and creator code `0x%lx'. File is marked as %sResource-forkData-fork. File is marked as %s, File Dates are in %d Bit. The local extra field has %lu bytes of %scompressed AtheOS file attributes. The local extra field has %lu bytes of %scompressed BeOS file attributes. The QDOS extra field subtype is `%c%c%c%c'. The AOS/VS extra field revision is %d.%dUnstructuredRelativeEntry SequencedKey SequencedEditObject %38. The file was originally a Tandem %s file, with file code %u. The 128-bit MD5 signature is %s. The first 20 are: : %02x There %s a local extra field with ID 0x%04x (%s) and %u data bytes (%s). GMT modification/access times and Unix UID/GIDGMT modification/access times only There is no file comment. ------------------------- file comment begins ---------------------------- -------------------------- file comment ends ----------------------------- %03d%02u-%s-%02u %02u:%02u%u %s %u %02u:%02u:%02u%04u%02u%02u.%02u%02u%02uiƀˀӀ؀ -;BUh{ԁ܁ (-NXFSfatamivmsunxcmsatrhpfmaczzzcpmt20ntfqdsacovftmvsbe nskthsosx??????????????????????????????ath???storshrkre:1re:2re:3re:4i#:#tokndef#d64#dclibzp2lzmaterslz77wavpppmdu###JanFebMarAprMayJunJulAugSepOctNovDec skipping: %-22s need %s compat. v%u.%u (can do v%u.%u) skipping: %-22s unsupported compression method %u skipping: %-22s `%s' method not supported storeshrinkreduceimplodetokenizedeflatedeflate64DCL implodebzip2LZMAIBM/TerseIBM LZ77WavPackPPMd####*2;CMY_dnw ab%s: bad filename length (%s) %s: warning, no memory for comparison with local header %s: mismatching "local" filename (%s), continuing with "central" filename version %s: ucsize %s <> csize %s for STORED entry continuing with "compressed" size value %s: bad extra field length (%s) file #%lu: bad zipfile offset (%s): %ld %8sing: %-22s %s%s%s %s: %s bytes required to uncompress to %s bytes; %s supposed to require %s bytes%s%s%s %s: bad file comment length local header sigfile #%lu: bad local header (attempting to re-compensate) warning: %s appears to use backslashes as path separators warning: stripped absolute path spec from %s skipping: %-22s %svolume label warning: cannot alloc memory for dir times/permissions/UID/GID warning: cannot alloc memory to sort dir times/perms/etc. warning: set times/attribs failed for %s failed setting times/attribs for %lu dir entriesnew version of %s? [y]es, [n]o, [A]ll, [N]one, [r]ename: NULL (EOF or read error, treating as "[N]one" ...) new name: error: invalid response [%s] At least one %serror was detected in %s. Caution: zero files tested in %s. skipping: %-22s unable to get password skipping: %-22s incorrect password %lu file%s skipped because of incorrect password. (may instead be incorrect password) No errors detected in compressed data of %s. No errors detected in %s for the %lu file%s tested. %lu file%s skipped because of unsupported compression or encoding. error: %s%s %s error: %s%s not enough memory to invalid compressed data to inflateexplodeunshrinkwarning: %s is probably truncated %s: unknown compression method bad CRC %08lx (should be %08lx) bad extra-field entry: EF block length (%u bytes) exceeds remaining EF data (%u bytes) invalid compressed data for EAs unsupported NTSD EAs version %d bad CRC for extended attributes unknown compression method for EAs (%u) out of memory while inflating EAs unknown error on extended attributes error: unsupported extra-field compression type (%u)--skipping error [%s]: bad extra-field CRC %08lx (should be %08lx) %c%d%%100%% Length Date Time Name--------- ---------- ----- ---- Length Method Size Cmpr Date Time CRC-32 Name-------- ------ ------- ---- ---------- ----- -------- ----ߟ%s ("^" ==> case %s conversion) %s %-7s%s %4s %02u%c%02u%c%02u %02u:%02u %08lx %c-------- ------- --- ------- %s %s %4s %lu file%s %s %02u%c%02u%c%02u %02u:%02u %c--------- ------- %s %lu file%s NXFSStoredShrunkReduce1Reduce2Reduce3Reduce4ImplodeTokenDefl:#Def64#ImplDCLBZip2LZMATerseIBMLZ77WavPackPPMdUnk:###      #+3;CScs #+3;CScscccc !1Aa  0@`  cc   !"#$%&'()*+,-./0123456789:;<=>?@A  !"#$%&'()*+,-./0123456789:;<=>?@ABAAAAAAAAA A  A  A  A  A AA      (EOF or read error, treating as "[N]o extract (all)" ...) error: expected central file header signature not found (file #%lu).       @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@; ; ; ;<; = ; ==<'<O<<<;< <Q=;=/=;;D= ;===e= b<n=<<l<< <<<<;7= r<~<h;w; m; ; ;_= <X= !=< <I=< s=}=Compiled with %s%s for %s%s%s%s. note: didn't find end-of-central-dir signature at end of central dir. caution: excluded filename not matched: %s caution: filename not matched: %s DG0123456789ABCDEFerror: invalid response [%.1s] @ ??'".^%So??YϾ󨷵ǎԐѥ噞ᅠƄФpppppp??4 ׃Ѫ++++--+-+++---+i++_̯յݯ= (please check that you have transferred or created the zipfile in the appropriate BINARY mode--this includes ftp, Kermit, AND unzip'd zipfiles) error [%s]: attempt to seek before beginning of zipfile %s compressed EA data missing (%d bytes)%s compressed WinNT security data missing (%d bytes)%sUnZip %d.%d%d%s of %s, by Info-ZIP. For more details see: unzip -v. =20 April 2009zipinfo^X ݬݬ PdP^XZRHbV)TTXScTcT cTcT c߬߬PSPSY1 SѬSSˆ޼Td4XdPSSPc]SSSS0P.hS0PѬ@ߨЬSݣWP)ߦ!ߦ߬߬ZPT1ߦ,W%Ԣߦ f߬߬3PT ߦ,xWT1SP޼PC`jWP`?1<~SߦV@6WP@bCP` Y1SSբ߬߬ﶨPT߬߬PTլTTY1ЬSc@ЬŒլ1[UWP”Ь¸PSc1Bb1ߨcVP1TSTcbUc¸SQQŒUWc¼SQQbP`?Sccb3P<~Ƽ@VP@bCP` Y1T1գS¸ì¸PPPŒrP”j¸ŒqW[ߨ cUPHWS¸j¸ŒPUc¸SQQŒUS¼ì¼PPPPUSc1”b0 *<~Ɩ@;UP@bCP`.PYYP^yR^UZTYмXVXW1 fS1c-1T[PfPPQPSaX1XPP-M%aY -e)IMi -5mA1*P:?PT1PTT PPQQQ T1֢ 1PTTPPQQQT1բ ֢Ԣ 1PTԢT11TԢT11T.<~ż@rSP@bCP` Pb.<~@@SP@bCP` PSbSP`qW>WVfbbP`-\<~ż@RP@bCP` P<~ż@RP@bCP` Pc1Sc1Sc1PTTPPQQQT1֢1P1T ԢLԢ T1pL 1dY1\chY1PY1IPTԢ(T1;(14TTTPPQQQTT1֢T1PTT0PPQQQ0T1֢01PTԢtT1t1TԢ4T141TT8PPQQQ8T1֢81PT ԢPRRﴠ>PRﬠZ>UePRRpePRPqePRRqﶠ>UePRR-Rt ePRPToePRR-RYڟePRR-R2vePRR-R:ePRR-RL=ePRR-RUePRR-RuePRR-RVVePRR.R-ePRRPP-X<PRR-Rzh<UePRR-RC~ePRR-RM﹝ePRˏRSUSUPPTSSWCЭTSSѭ2ЭSݭݭN@PS S3@<$PD@PS S><$P4D><~TD>SC:PRP$߭߭߭PRPRPUtЭTѭ2ЭSݭݭC>PS S(><$P7D>߭߭߭ύPRPRPݭݭ=P<$PTRխSBcTRRT~=PU<$PЭSRTPSBeS=PPSRRTDeTUP^ԭݬ8PRR1KЬTd"ЬS<cc0=Pd<$PXмXݬ8PRR1WXYRwX ݬ{լPPPUբ1Uji|~:@;TdP@bCP`Ux@dP@bCP`U@dP@bCP`U]@dP@bCP`1U|~@:TdP@bCP`Uè@dP@bCP`U@dP@bCP`U @dP@bCP`լ PP^:Tݬ V:PU"eRʏRBdPUePʏP@dUe0ݬ:PU!eRʏRBdUePʏP@dUePU9PP9PSPUS9SRVPVbP'PPʏP@dPRbPPPʏP@dbQ'QPʏP@dPRbQQPʏP@dQVWWRRxR~!9PV S9PVXVPVЬUeRebScP$ˏPQAdPScP ˏPQAdPcP!ˏPQAdScP ˏPQAdPެPWװScRcbװfXWP ^8RSPSP(PPʏP@b֬PPPʏP@b萼Q*QPʏP@bP֬QQPʏP@bQSP^e4TRSSRݏCb7,ޤ@c¸¼@AXCCCCbP^ٖR3|~@7P@@E<~77P@S@7P@bC\lPPP^YP@ @C#C@C@C@@^P@)@C@C@PC@^ﱕTRVЬRRWR1P@g< ~@@5P@RWP@#<~ߦ/5Pߦ/dCP`P A@@@PRPRUPUUSS@ݬl5SS@S@SR1NWPP|^ՔURVAPŰŰ@P@1< ~@@4P@P@2<~ߦ/5Pߦ/eCRbP~{ A@@@Ű*@ŰCŰ@CŰ@ PC@Ű@R?@R@SR\RT\&cRP\\Rcc~ST\T\@@R@P<^yR ATQTPЏ SSSPSQPQP{SPPQQSSTUUASU@3PA< ~@@[3P@3PS@@S@#@@PSPP@@S@PP^/W3[OUЬRRYR ZRTVЬRբDkX P3X%լ  ЬRAլ RR  ֬ ЬSÀxzx1A1X c2X^2գt#ÄA֣|ѣ|xSC7ЬRբD.g2P!Z2Pk 1k1ЬRAЬRբt1TZ1PdPP V7PmzP)dPP  ЬPPЬPVVhVЬPA֠|Ѡ|xNYYTRRRߧXX1QPRQQQPXF1ЬPATYPCTTZ1FYT Ь T1YTߧ X0PRSRTSSSPRЬRբDI1P<1P/Yݬ ߧk0PRSR SSSPk0ЬPRSR SSAPP^ P|^-T&1UCMVЬPA ߤe20ЬPAݬe0e0 2PmzPSSPP (P #P PqPQ =zPSIe/e/SRˏRP@u0R~/PQRQQq vЬQA SPP ԡ|P^TNLSWЬVfof<~x/PUS<@~@PP~ݬQP<@~@PP~ݬ1PÅU2/URØR fUéRݬݬ RyPRU U.RW P WWP^M+T>R{KS1xѬ 6DSSB@#P@bC\lqPЮ@YԮ n:PSASPP*:::::::6 PV?PPLZ֮ S PS[֮SnSn@p P1?Ѣ<16բHբ Ѣ<1#[Y\Z\Ѯ3բH բբ<$բDѢ<<~bC\lѮV Y\[\Z\I<~Ѯ S PSSݮA@"P@bC\lZG<~Z kS P^SSZsA@b"P@bC\l[H<~[ #S PSS[WA@"P@bC\lYH<~Y S PSSY+A@!P@bC\lѮ 0<~A@!P@bC\l6Pծ /<~ݮA@`!P@bC\l[\Z\,<~@@*!P@bC\l^@ @BB BAA AA A @ @ A@Ԯ\L\l lX l֮Ѯ@ЮP ^R ^@ +@BBBAAAA A@ @A@SPS\L\l llSS@P^QW~S=UYԭX@nP:xA@P#գH߭߭NPR'գTգDգ PR PRRXRX@գH1գ1խ1ݭ@GPAѣ<0<~@_@P@cCP`X9X4Pգ<-@Ł@P@cCP`XPP ^ЬRRPSSS6SRkPSSSP߭R2PSSPP^vRTAUQUPЏ SSSPSQPQP{SPPQQWWSS 1WU~@PAW@@P@@WP@WS PPS@@@NP@P`P+ݬPAP@@PP@T@@@@A  PWUAWSSQSPЏ S SP Q{SPQPQVUT1UV1SPAA@< ~@@P@@ P@@@@JP@P`P'ݬPcP@@PP@T@@@@AUTUV1&TSPSSP^TatRf3S¨UU@PA߭@P@@gբ<բ/<~@ߤ7@P@bCP`<~@^P@bCP`P>s߭PPGPnjPW-PVSe%~~<~ߥ*SPP^HVue\b.W(P<@@PPSS1<@~@RR~@Pߦd@TdP@lCRbƏnSb7P+Sݮ @dP@lCRb-ݮ @dP@lCRbPRRRN<@~@RR~@PƧ@P@lCRbPPP<^UdT,R1|~e|~ PSˏS\\ S@ﴩﰩﭩ<\  \ rѤT>Sen%~~<~ߥ*Af\Ѥ\\EP r?PGP^+\ahdaquyma}mym^AYnbW[+VASSRʏRRn SRʏRRXSRˏR SRˏRSRˏR[xARˏRZ(,P(|Z[ݮݮ Hݮɗ_dXd^gYaW*VT@Sէէ ѧTTnTnէѧ @RTTX`է1(DƐ(PfԦ$ff4Ɛ8nէ@ PX6 A,AkP4ѧ1ASSRʏRR[ SRʏRRZSRˏR SRˏR SRˏRxARˏR(,P(|ݮݮ ݮ[Jݮ$ɗdXdƈdЦ$TP$A/ۥΥRRƕARQRPЏR RP Q{RPQPQ@4PXX1{σPXʏPPQ1_?P@ @H HD D< <TPTRТSRfST4SfRSR SGXSPSSP(`4R(C!4RA,4RAP44R4PS RD RBC;AhPR;CVRPPPRRSXP4R4PXX1|Aɷ}cSc}XTT?0P,Tݮ @cP@gCRb.Pݮ @cP@gCRbզ sЦ SS/P/Sݮ @P@gCRb1ݮ @P@gCRb@ @[H HJD D9< <(TPTRТSRST4SfRSR SPn ȏƔƮƐP1<@~@RR~AP@P@gCRb@ @hH HWD DF< <5TPTRТSRST4SfRSR SPahdaquyma}mymnlSPpSSP|^XZW#VSէէѧ@RSSn4R`է1n1`RR1R1R1R1<@~@RR~A۷P@P@gCRb@ @H HD D< <pTPTRТSRVST4SfRSR S7P(DzƐ4RA,4RA,P4ѧ1@ D1ASSRʏRRZ SRʏRRYSRˏR[ SRˏR SRˏRxARˏR(,P(|ݮݮ ݮZI[ȗ`dXdƈ@4RТ$T4RP$4R4R!4R@4PYY1|| PYʏPPR1`?P@ @H HD D< <xTPTRТSR^ST4SfRSR S?YSPSSP(`|͞4R͞(C͢͠4RA,4RA P44R4PS͡RD͡RBC;A`PR;CNRPPPRRwSYP4R4PYY1AG}[Sc}YTT7)P,Tݮ$ @cP@gCRb.Pݮ$ @cP@gCRb4Rբ rsТ SS(P.Sݮ @P@gCRb0ݮ @P@gCRb@ @OH H>D D-< <TPTRТSRST4SfRSR SP4SRʏR1SPSS1}AtTdSϓ'P,Sݮ @dP@gCRb.Pݮ @dP@gCRb4Rբ rȖТ SS'P.Sݮ @P@gCRb0ݮ @P@gCRb@ @H HD D< <xTPTRТSR^ST4SfRSR S?PƐ84ȏƔƮ8P1<@~@RR~APȗ@P@gCRb@ @H HD D< <{TTRТSRbST4SfRSR SCPahdaquyma}mymnK`PP6"""*P?P *lPψ  | PPp^XQWVSէէѧ@RSSRէ1RnRRSS_SZSUSP<@~@RR~AP@P@gCRbPSahdaquyma}mymSPP6"""*PZ?PϠ ϔl P ϓ1P(Psf(`m(A,AP4DCf0PP"P4|~4PPP "P @SRRSRSRR<T>R>ScbRST<@***<SʏSxRRS,T|~<,|~ ~ PTT< TTh1ԭA0PSʏPP)67Pj?PwSSPSSP( P(T?<,|~ ~ PTT< T 2RBA(T1AGsTs Pahdaquyma}mymϯ ϦPP^MWV(`{4R(C4RA,4RAP44R4PSRCRBC;AePR;CSRPPPRR|SP^R4P4^THZ[LRWXS\\U1բ4 \U1PѢ8\U1PѢ8\U1PUVYP~<@~@PP~A﫩Po@fP@bCP`gOh ߭P1j@lP@bCP`\<U1߭iP@  ߭iP@@fP@bCP`QQNyQPPNNVnnnnnnb P?PPnGPn#,??????8+P?P\U<\U2P\U&P߭k@fP@bCP`U1}UP ^J[YAԮ4|<|D|TծP<.A 1Ю1ЮR<ЮRTUeSS!_~ݮT(P41SG9~ݮT(PPTPTXRPPRRXԢ1S~G~vݮT(PLTLTXRLLRRXԢ1{S3#~*ݮT(P<1RPS +լ1>q~ݮT(P@1PS+լ1 A~ݮT(PD1PS#~ݮT(PH1PS1U}@P@kCRb1<RR 1wЮS<RRVWVWsѣP+C@ P@kCRbVԮV1ZWX́RblnY~TY~hdThTdPP<^U=RSբݬݬbCP`1P8PQP!QKL8Pՠ  ݠ m6ެTd dP޼Q@a8Pd"8PЬ(8PQP%Qn8Pՠ  ݠ ő2PP^T =RSբ-ݬݬbCP`ĒbCP`P8PQP!QĔp8Pՠ  ݠ ĶZ8P"8PЬ(8PQP%Qķ*8Pՠ  ݠ 2PP^ESBXRSb1P SBXRSbժ1QШAШSSRʏRR SRʏRRSRˏR SRˏR SRˏRxARˏR(,P(v|ݮݮ ݮݮ Ю(RBݮ$ɗ!dXdƈxRBTRbxRBVRbxRdSBXRSbxRBTRbxRBVRbxRƈSBXRSbxRBTRbxRBVRbxRBXRb(`4R(4R,4R&P4DC40PSS%q{S{[14|~4PPSS$ɧ{S{Ϣ[1T>R>ScbRST @SRRSRSRR<UxURBVRR>ScbRST|~<,|~ 2 PSS< SSSǯώPЬU\TU߭PSP߭PScݣݣl~УRBݣ PTX\dЏ T>R>ScbRST|~<,|~ 6 PSS< SSSPPPTPP^yPP^eRԭ|~߭OPQP@QP^T2-RSݬP0ݬݬ @P@bCP`Pݬ @hP@CP|^Vݬ8P1ݬ(PP(`F44 P@>86<0PPeP<0PSSHPSS%S$PHP P7RBP^a+YNTDA[1XPFˏˏˏˏ1PPPˏ\x L\ʏ\xL\ʏ\xL\\\@\PPJ~1Uf?P[\ˏ\[@\x[PPPP1JPʏ[ˏ[\\@ ʏ[ Pʏ[V[X1A{AS.BSXRSRR R   R RRPY1A P PP<P '  | R RR R.PY1ݬPS+R[bSR.bS.yS2ЬRb.).#R-bR.bCRSRR<PݬBS.RRbPY11(P](`VLLRRA؟APЬXV0P@PJ7SScTcݭ&PRjRTcRPWS޼RCbPwR]BݏP1 Pj  PλK5 P6A  9P j ݬRRRRPP<PݬFݬlPPY' <Pݬ PY  PЏcPP^7VdWM ݬP O RPЬRxARyPP(P(,rЬݬPҞrЏPP߭ԭݭASSRʏRRX SRˏRYSRˏR SRˏRSRˏRxARˏR|@P@P@P@`S 9}PSSTЭPT@ {@P¤h¤լDBWݬzPPOPBPݬB"BBBBB߭ϭPPBPQ~߱PBPA@Q~B߭bCP`PSSBBPS BP`ԭ߭!PPSBխP^SBݬOPTEBEPPPRPBRPݬPTRTP ^URЬUЏxV4BЏgE#BЏxV4Be1eTBTPʏP@SBQ@cQBˏBQBQďQQQBBPBPʏP@SBQ@cQBUe1{ ݬWTdSˏBVVVPVPPPʏPPSddUBUPʏP@SBQ@cQBˏBQBQďQQQBBPBPʏP@SBQ@cQBT WSYVVߣ<fAgPbA ޣ9TPޣ5TTߣ3bAgP&@hP@bC\lբ$KߣLfAP|~APߥ@P@bC\lP^MRVZ_[VY|Wn|Œ)xŒ~PWUŒPEgUUŒ&x~yPXU EhUUԢ0@@\8ATPTT2UpP3Y1jŦP1U\nAPR:|~R8A~dyP@P@eCRb8ASƇ R6Ɣ R.ơ R&Ʈ Rƻ R R R RR߭ .SHSS .TPMTT.SPWSS.TPRTT .SPESS.TPXTT.SPWSS .TPRTTǔ߭ݮ7 @P@eCRb1;n1n1n 1n1n 1n1n1ˏRRmR tZR@i/R`^S>GS6NS.\S&lSuSSƀSƆS<.~S<TTƟ @iP@eCRbTRR 1 1 R1 1R&11R'11ERM311dRTA11RSD11 RFK11ARAL11RIM1|1RcM1k1RVS1Z1RUT1I10Ruc181RBe1'1Rup11RAt11RJ1t1<*PP1<PP ƎSƘSX4PS@iP@eCRbԼ17<*PP1X4P@iP@eCRbԼ1P<*PP1TX~(2bbbbbb^1*?P\RbR \VRV WDVEVRV WDVEVRV WDVEޭRSPS'QP@@QPQR\R,lSSِ rޭ\\R\\ 1QZP RRRPRQPQP{RPPQQQZP R RP QP{RPQPQk1ˏVRRRd -P?VhSP-SSV s\P-\\V pSP-SSV a\P-\\V rSP-SSV w\P-\\V eSP-SSVd\-\\QZP RRRPRQPQ{RPPQQQZP R RP QP{RPQPQ K1yˏVRR 11R@1yRP1_R1uR1sR1qR1oR1mR1kRnxޭRLbuPޭRDbiPޭRCb]PޭRSbQPޭRRbEPޭRKb9PޭRIb-PޭRPb!PޭR2bPޭR3b PޭR?b V.SHSS V.\PM\\V.SPWSSV.\PR\\ V.SPESSV.\PX\\V.SPWSSV.\PR\\QZP RRRPRQPQ{RPPQQQZP R RP QP{RPQPQG1u[Bˏ?V\ˏDARSRSxSSȏSˏDARxRRRS\S1FˏDAVQZP RRRPRQPQP{RPPQQQZP R RP QP{RPQPQ߭~V-SPwSSVh\P-\\V sSP-SSV a\P-\\V dx-VV1a.A}PR1JR(RVScP?,RcP00RcP!4RcP8RcP1x1PˏVRRmR tZR@i/R`^<@~@RR~A8PŬ@gP@cCP`1j@Pՠ1Aݠ=aP1<~<@~@RR~A4P<@~@RR~@Pݠ8P@gP@cCP`@PݠA լ@Pݠ @PԠ<*AP1AT@P TATt<~ߨFTPߨDAP<@~@RR~APIM1&PUX1PBe1PTh1PAt1<PP 12PM31,PAL1PBe|KPAtBoYjPX+~kVYRR\Y1YЬP`RR-pT1Pk(ЬRbSˏSRBj S~fPQSQQSSSUЬQQRbRR-tTTPaPPTaRTR]SS ˏTP@j T~fPRTRRQTQQU XRݬ ~W~[PRRPTPTPYT֬ѬW1 Xݬ ~W~$PRPRRPT\ЬR֬bTPլ )TUˏURBjU~PSPUSSUTUլ ,ЬRbTˏTRBjT~PSTSSTTUTݬ ~ݬσPRPRRPP^;PЬP`QQ\P` PPQ? Q*Q[ЬP֬P^TЬP`RˏRP@dR~PQRQQSЬP`RˏRP@dR~PQPRQQPPS SP֬֬P^4PЬP`QQ\P` PPQ%Q*P֬P^ xSRR W<V@TRVb<dTRVЏUDR< bRU@R ЏZ PЏZAAAW@1@@1@R@R@R@bT PMPTTUU`Px@U\\@@@@9@R@R@R@bT PTTUU@RRG[XW RWR@@W@@PXYARAYAW@1@@1@R@R@R@bU PEPUUTT`Px@T\\@@@@9@R@R@R@b\ P\\TT@RRGSUW RWR@@W@@1U1W@1@@1@R@R@R@bV MPVVTT`Px@T\\@@@@9@R@R@R@b\ P\\TT@TTG[TW RWR@@W@@1TWW 1 PT1ЮT<\яT.DQPˏaRR ȏ@B@QT\<PяT5<DQD\a ʏ@lP< aQ\TP<1tЮRU[E@  RTRYdXUURP\R\PE@ R\RYlXUR\RElˏE@UURTRTVbYR\RVP\PUAPAl`AAZ+AA8-PAAA\RVP\PPP *@@ PPP @@ PP PY@X@@[X1,AAA,PPP|^irR<QެUQe.eTDSˏcPP ȏ@@@STQ<PެVPf5<nfUDTDSd ʏ@cP< dTSUP^qR@P@P@P@`U PUUWT@P@P@P@`U PUUSˏSVVˏSPPPPSTSPPPQTPTV@aSWTSSSPP<^qUY|S0ެоVFוּnެ о VFެ$о$VFެ,о,VFw A1 Z*( T?P@V@V@V@fWjPWWPxTPPPSTTS1"SST׮T?P@V@V@V@fWjPWWPxTPPPSTTSVVnVVVXQQVV PVPSSQThRRPP nRcPʏRTR=@P@P@P@`VjPVVPxTPPPSTTRSVVB!PPPX1uYVYF@Y1Y@4PԮ0Y1{PSSTT,@P@V@V@V@fWjPWWPxTPPPSTT,SVV [о,WW VWVSSWTT$>@V@V@V@fWjPWWPxTPPPSTT$SVVVV VXQQVV PVPSSQThRRPP nRcPʏRTR=@P@P@P@`VjPVVPxTPPPSTTRSVVBPPPX1u[YW<VVW[T ?P@V@V@V@fWjPWWPxTPPPSTT SVVVVVXQQVV PVPSSQThRRPP nRcPʏRTR=@P@P@P@`VjPVVPxTPPPSTTRSVVBﱱPPPX1u<4RWT>P@V@V@V@fWjPWWPxTPPPSTTˏSVV4SSTѮ4 î4WWWʏ[[PPY[VYVVRR4Ю4RR4ծ0"Y[R@VYV~$RYR[MP[YPPR'R@V[V~@VYV~ RYR[PYQY[P[@@A@RYY@4PԮ0Yծ418ծ1Y@%PŰ@RTVVRŰAS@SVSŴPP4^]kVY|S(ެ оUEnެоUE߯ެ$о$UEͯA 1r,[!% q a T?P@U@U@U@eWkPWWPxTPPPSTTS1SST׮ T?P@U@U@U@eWkPWWPxTPPPSTTYUYSE@YY@,PԮ(YSST1wPSSTT$@P@U@U@U@eWkPWWPxTPPPSTT$SUUZо$WW UWUSSWTT>@U@U@U@eWkPWWPxTPPPSTTSUUUUUXQQUU PUPSSQThRRPP nRcPʏRTR=@P@P@P@`UkPUUPxTPPPSTTRSUUBPPPX1uZYW<UUWZT?P@U@U@U@eWkPWWPxTPPPSTTSUUnUUUXQQUU PUPSSQThRRPP nRcPʏRTR=@P@P@P@`UkPUUPxTPPPSTTRSUUBPPPX1u<,RWT>P@U@U@U@eWkPWWPxTPPPSTTˏSUU,SSTѮ , î, WWW ʏZZPPYZUYUURR,Ю,RR,ծ("YZR@UYU~ RYRZMPZYPPR'R@UZU~@UYU~RYRZPYQYZPZ@@A@RYY@,PԮ(Yծ,18ծ 1Y@ Pư@RTUURưAS@SUSƴPP<^KfT_Rİ@\\@ PPPP<(A\\1 <~PSSP߭߭|~<~<~PSS ݭSP@~PSݭSP߭߭€@~@PSkS ݭ|ݭrSPԭ@~fPSSP߭߭b@~PSS ݭ$SP@~PSݭխ ݭSP<(A\\*U߭߭@~tPS(PU߭߭@@~JPSS,S ݭݭzխ ݭkSPխ*UݭݭݭݭݭݭPSݭ<PUݭݭݭݭϭPSݭݭSP<`^,n䐏Pݬ^|VX^,n䐏Q}ݬf^PRݬHl$լ ݬf  RP|VD^,nȐSȞ؞ܕlլݬfЬ̑lլ  lլ,n䞭l լ Ь l լЬlլ ݬf^<`^,n䐏T]Ql լЬ^<`^,n䐏Uݬ^@@6 l<T,\Ld|d|tL$t  D4D$"  `HP xt , 8 0  H  @VAXCRTL CMA$TIS_SHRLIBRTLMTHRTL XI \I `I dI hI lI pI tI xI |I I I