| 131 |
print "/* This source module is automatically generated from the Unicode\n" . |
print "/* This source module is automatically generated from the Unicode\n" . |
| 132 |
"property table. See ucpinternal.h for a description of the layout.\n" . |
"property table. See ucpinternal.h for a description of the layout.\n" . |
| 133 |
"This version was made from the Unicode $Uversion tables. */\n\n" . |
"This version was made from the Unicode $Uversion tables. */\n\n" . |
| 134 |
"static cnode ucp_table[] = {\n"; |
"static const cnode ucp_table[] = {\n"; |
| 135 |
|
|
| 136 |
# Now read the input file and generate the output. |
# Now read the input file and generate the output. |
| 137 |
|
|