3
echo Generating entity table.
5
cat entities.lnx | grep '^[ ]*{"' | sort >tmp
7
echo '/* Automatically generated by gen-ent */'
9
echo 'struct { char *s; unicode_val c; } entities ['`expr $N + 1`'] = {'
14
echo '#define N_ENTITIES' $N
15
) > ../src/intl/entity.inc