]> git.wh0rd.org - tt-rss.git/blob - plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php
128e9ed9545ade499d0c74d9fe37759337401c89
[tt-rss.git] / plugins / af_lang_detect / languagedetect / data / build-unicode_blocks.php
1 <?php
2 /**
3 * Generate the serialized unicode_blocks.dat file shipped with the package
4 */
5 $unicode_blocks = include __DIR__ . '/unicode_blocks.php';
6 file_put_contents(__DIR__ . '/unicode_blocks.dat', serialize($unicode_blocks));
7