]> git.immae.eu Git - github/wallabag/wallabag.git/blob - inc/3rdparty/libraries/MOBIClass/constants.php
phpepub via composer
[github/wallabag/wallabag.git] / inc / 3rdparty / libraries / MOBIClass / constants.php
1 <?php
2 define("NO_COMPRESSION", 1);
3 define("PALMDOC_COMPRESSION", 2);
4 define("HUFF", 17480);
5 define("RECORD_SIZE", 4096);
6
7 define("NO_ENCRYPTION", 0);
8
9 define("MOBIPOCKET_BOOK", 2);
10 define("CP1252", 1252);
11 define("UTF8", 65001);