Previously, the Rez file would have entries like this:
read 'cmap' (128, "Roman") "roman";
That has been fixed to show this:
read 'cmap' (128, "Roman") "charmap_roman.dat";
This simplifies the conversion test, since we don't need to be careful
about which data we run the conversion test in. It will also simplify
the command-line conversion tool and its distribution. The classic Mac
OS version of this program will continue to embed conversion tables in
the resource fork.