]> git.mxchange.org Git - friendica.git/blob - library/langdet/data/build-unicode_blocks.php
afa75a501a7591f7fc560c9345ee4def123c2fa8
[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 ?>