]> git.wh0rd.org - tt-rss.git/blob - plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php
Update af_lang_detect plugin with changes from upstream
[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