NAME

EBook::Ishmael::Decode - Ebook decoding routines

SYNOPSIS

use App::Ishmael::Decode qw(lz77_decode);

my $decode = lz77_decode($data);

DESCRIPTION

EBook::Ishmael::Decode is a module that provides subroutines for decoding various kinds of encoded ebook text. For ishmael user documentation, you should consult its manual (this is developer documentation).

SUBROUTINES

EBook::Ishmael::Decode does not export any subroutines by default.

$d = lz77_decode($data)

Decodes PalmDoc lz77-encoded $data, returning the decoded data.

AUTHOR

Written by Samuel Young, <samyoung12788@gmail.com>.

This project's source can be found on its Codeberg Page. Comments and pull requests are welcome!

COPYRIGHT

Copyright (C) 2025 Samuel Young

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.