We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58bd11 commit 36c7946Copy full SHA for 36c7946
ext/mbstring/ucgendat/README
ext/mbstring/ucgendat/ucgendat.php
@@ -1,8 +1,14 @@
1
#!/usr/bin/env php
2
<?php error_reporting(E_ALL);
3
4
-/* This is based on the ucgendat.c file from the OpenLDAP project, licensed
5
- * as follows. */
+/**
+ * This is based on the ucgendat.c file from the OpenLDAP project, licensed as
6
+ * follows. This file is not necessary to build PHP. It's only necessary to
7
+ * rebuild unicode_data.h from Unicode ucd files.
8
+ *
9
+ * Example usage:
10
+ * php ucgendat.php UnicodeData.txt
11
+ */
12
13
/* Copyright 1998-2007 The OpenLDAP Foundation.
14
* All rights reserved.
0 commit comments