Skip to content

Commit 36c7946

Browse files
committed
Move ucgendata README to generator file header
1 parent b58bd11 commit 36c7946

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ext/mbstring/ucgendat/README

Lines changed: 0 additions & 6 deletions
This file was deleted.

ext/mbstring/ucgendat/ucgendat.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
#!/usr/bin/env php
22
<?php error_reporting(E_ALL);
33

4-
/* This is based on the ucgendat.c file from the OpenLDAP project, licensed
5-
* as follows. */
4+
/**
5+
* 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+
*/
612

713
/* Copyright 1998-2007 The OpenLDAP Foundation.
814
* All rights reserved.

0 commit comments

Comments
 (0)