Skip to content

Commit 9951892

Browse files
committed
add unicode block php source file + conversion script
1 parent c7b35e0 commit 9951892

File tree

2 files changed

+881
-0
lines changed

2 files changed

+881
-0
lines changed

data/build-unicode_blocks.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
/**
3+
* Generate the serialized unicode_blocks.dat file shipped with the package
4+
*/
5+
$unicode_blocks = include __DIR__ . '/unicode_blocks.php';
6+
file_put_contents(__DIR__ . '/unicode_blocks.dat', serialize($unicode_blocks));
7+
?>

0 commit comments

Comments
 (0)