1
0
Fork 0

Remove references to the library/langdet folder

This commit is contained in:
Hypolite Petovan 2017-09-27 22:40:58 -04:00
commit ba1975ac3a
21 changed files with 2 additions and 5857 deletions

View file

@ -1,7 +0,0 @@
<?php
/**
* Generate the serialized unicode_blocks.dat file shipped with the package
*/
$unicode_blocks = include __DIR__ . '/unicode_blocks.php';
file_put_contents(__DIR__ . '/unicode_blocks.dat', serialize($unicode_blocks));
?>