DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=3559>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=3559

Surrogate parir output bug





------- Additional Comments From [EMAIL PROTECTED]  2004-06-07 16:26 -------
I have also experienced this bug although in my case the symptom was slightly
different.

Given the following input (which is part of an XSD pattern)
[&#xA0;-&#xFFFD;]|[&#x10000;-&#x10FFFF;]

I got the following output (manually converted from decimal to hex)
[&#xA0;-&#xFFFD;]|[&#x10000;&#xDC00;-&#x10FFFF;&#DFFF;]

It is writing out the correct character reference and then appears to be writing
out a character reference for the second surrogate character rather than
skipping it.

What are the chances of this being fixed ?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to