Hi,
When I insert multiple newline function codes in a Text record I see only one actual newline in the Viewer. I checked my test PDB in a hex viewer and there is [0x00 0x38 0x00 0x38] in the uncompressed stream. You would expect to see one blank line because of those two newlines. Is this a bug? I think so, because it occurs in a PDB generated by the Python parser as well. Try The Onion for example: http://mobile.theonion.com There should be a blank line between each story summary, check it in your web browser. In the HTML you see two <br> tags between the stories. However, in the Viewer you only see one newline and thus no whitespace between stories. In this case it doesn't affect readability much but it should render OK regardless. My Java parser (new effort, not based on the Python code) is coming along nicely BTW. If I compare The Onion generated by the Python parser to the output of my Java parser it looks virtually identical. Regards -Laurens _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
