mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
11 lines
No EOL
227 B
PHP
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); |