summaryrefslogtreecommitdiff
path: root/plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php
blob: 128e9ed9545ade499d0c74d9fe37759337401c89 (plain)
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));