]> git.wh0rd.org - tt-rss.git/blame - plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php
Merge branch 'pullreq-fix-undefined-index-warning' of tkappe/tt-rss into master
[tt-rss.git] / plugins / af_lang_detect / languagedetect / data / build-unicode_blocks.php
CommitLineData
31b40448 1<?php
2/**
3 * Generate the serialized unicode_blocks.dat file shipped with the package
4 */
5$unicode_blocks = include __DIR__ . '/unicode_blocks.php';
6file_put_contents(__DIR__ . '/unicode_blocks.dat', serialize($unicode_blocks));
7