Bugzilla – Bug 102
Sigh. Apparently U+00A0, out of the million Unicode characters out there, is the only one who needs special treatment. Talk about a drama queen.
Last modified: 2008-03-14 12:40:20 CET
Index: source =================================================================== --- source (revision 1276) +++ source (revision 1277) @@ -41177,9 +41177,11 @@ "<code title=""><</code>" character by the string "<code title="">&lt;</code>", any occurrences of the "<code title="">></code>" character by the string "<code - title="">&gt;</code>", and any occurrences of the "<code + title="">&gt;</code>", any occurrences of the "<code title="">"</code>" character by the string "<code - title="">&quot;</code>".</p> + title="">&quot;</code>", and any occurrences of the U+00A0 + NO-BREAK SPACE character by the string "<code + title="">&nbsp;</code>".</p> <p class="note">Entity reference nodes are <a href="#entity-references">assumed to be expanded</a> by the user