[Home] [By Thread] [By Date] [Recent Entries]

  • From: "Costello, Roger L." <costello@m...>
  • To: "xml-dev@l..." <xml-dev@l...>
  • 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>&#x308;</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]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member