Revert "Update languagedetect library"
This commit is contained in:
parent
c22920edba
commit
071946fa78
101 changed files with 3632 additions and 311 deletions
7
library/langdet/data/build-unicode_blocks.php
Normal file
7
library/langdet/data/build-unicode_blocks.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?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));
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue