| .TH "ZIP_GET_ARCHIVE_COMMENT" "3" "February 20, 2013" "NiH" "Library Functions Manual" |
| \fBzip_get_archive_comment\fR |
| \- get zip archive comment |
| \fBzip_get_archive_comment\fR(\fIzip_t\ *archive\fR, \fIint\ *lenp\fR, \fIzip_flags_t\ flags\fR); |
| \fBzip_get_archive_comment\fR() |
| function returns the comment for the entire zip archive. |
| The name is in UTF-8 encoding unless |
| was specified (see below). |
| This pointer should not be modified or |
| the integer to which it points will be set to the length of the |
| the original unchanged comment is returned. |
| Additionally, the following |
| Return the unmodified archive comment as it is in the ZIP archive. |
| Guess the encoding of the archive comment in the ZIP archive and convert it |
| Follow the ZIP specification for file names and extend it to the |
| archive comment, thus also expecting it in CP-437 encoding. |
| ASCII is a subset of both CP-437 and UTF-8. |
| Upon successful completion, a pointer to the comment is returned, |
| Dieter Baron <\fIdillo@nih.at\fR> |
| Thomas Klausner <\fItk@giga.or.at\fR> |