[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Where does the XML specification discuss the character sequence '>'followed by the combining long solidus character (U+0308)?
- From: "Costello, Roger L." <costello@mitre.org>
- To: "xml-dev@lists.xml.org" <xml-dev@lists.xml.org>
- Date: Mon, 11 Feb 2013 12:20:54 +0000
Hi Folks,
According to the Unicode standard, applying NFC normalization to this character sequence:
'>' character followed immediately by the
long solidus character (U+0308)
results in the precomposed not-greater-than character, ¡Û.
Clearly that would be bad for XML, since this:
<comment>̈</comment>
would, upon NFC normalization, yield this:
<comment¡Û</comment>
and that, of course, is non-well-formed XML.
I was told that the "XML specification addresses the solution for avoiding inadvertent ¡Û" but I have not been able to locate where in the XML specification it addresses this. Would you point me to the location in the XML specification that addresses this please?
/Roger
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]