summaryrefslogtreecommitdiff
path: root/plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-08-12 18:15:04 +0300
committerAndrew Dolgov <[email protected]>2018-08-12 18:15:04 +0300
commit83da40251fbf3409a3b89a107fdf63eed805c28b (patch)
treeac745d68c247cbc77f248a13faed3086e64febde /plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php
parentf12907466639ecdc2e14b3b98a75a09a7b1332a7 (diff)
plugins: move af_lang_detect to tt-rss-attic repository
Diffstat (limited to 'plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php')
-rw-r--r--plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php b/plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php
deleted file mode 100644
index 128e9ed95..000000000
--- a/plugins/af_lang_detect/languagedetect/data/build-unicode_blocks.php
+++ /dev/null
@@ -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));
-