> If someone could test it out and see what things need correcting, especially > that the charset work by Bill still is working as expected.
I looked it over a bit, and didn't see anything that would raise a flag. It looks like all the parser diffs were to PluckerDocs.py and TextParser.py, right? I changed the string.atoi() calls to int() calls and updated the docs/DBFormat.html doc. I'd probably have used a mapping of standard colornames to rgb values, instead of an if-elif tree. The color value could perhaps be carried as a 3-ple (R, G, B) instead of a string? Bill
