]> git.mxchange.org Git - friendica.git/blob - library/langdet/data/build-unicode_blocks.php
Merge branch 'vagrant2' of https://github.com/silke/friendica into develop
[friendica.git] / library / langdet / 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 ?>