1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2024-12-14 11:46:28 +00:00
wallabag/inc/3rdparty/libraries/MOBIClass/constants.php
2014-07-24 21:56:04 +02:00

11 lines
No EOL
227 B
PHP

<?php
define("NO_COMPRESSION", 1);
define("PALMDOC_COMPRESSION", 2);
define("HUFF", 17480);
define("RECORD_SIZE", 4096);
define("NO_ENCRYPTION", 0);
define("MOBIPOCKET_BOOK", 2);
define("CP1252", 1252);
define("UTF8", 65001);