Maciej,
On 21 Feb 2008, at 12:43, Maciej Katafiasz wrote:
Hi,
the patch below adds WITH-STANDARD-IO-SYNTAX to all places where reading and writing is done, which fixes the breakage when XML is (de)serialised across images with different READTABLE-CASE. I did a quick test on data that used to break before, and it seems to work fine.
Cheers, Maciej
Thanks for submitting this patch; I already applied it to my local source tree and had a look at it. As far as I can see, it looks OK. However, I have a feeling that maybe there are too many places where WITH-STANDARD-IO-SYNTAX is added. Could you maybe supply an example or even a test case for the breakage that you encountered - maybe using serialization to and from fixed strings ? That way I would feel more sure about committing your changes. Maybe the S-XML parser also needs this ?
Regards,
Sven