aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/pear/text_languagedetect/data/build-unicode_blocks.php
blob: afa75a501a7591f7fc560c9345ee4def123c2fa8 (plain) (blame)
1
2
3
4
5
6
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));
?>