init
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled

This commit is contained in:
allhaileris
2026-02-16 15:50:16 +03:00
commit afb81b8278
13816 changed files with 3689732 additions and 0 deletions

24
Telegram/ThirdParty/hunspell/man/hzip.1 vendored Normal file
View File

@@ -0,0 +1,24 @@
.TH hunzip 1 "2008-06-12"
.LO 1
.SH NAME
hunzip \- compress and encrypt dictionary files
.SH SYNOPSIS
hzip [\-h] [\-P password] [file(s)]
.SH DESCRIPTION
.I hunzip
is a small utility for text file compression and encryption, especially for
sorted dictionaries. "hunspell filename" creates the compressed
file "filename.hz" without removing the original file.
The compression algorithm uses 16-bit Huffman encoding and
line-oriented prefix-suffix compression. It has good
compression ratio for huge sorted word lists.
.SH OPTIONS
.IP \fB\-h\fR
Display short help description.
.IP \fB\-P\ password\fR
Encrypted compression by an arbitrary length password.
.SH SEE ALSO
.B hzip (1), hunspell(1)
.SH AUTHOR
László Németh.