Bugzilla – Bug 97
Oops, we failed to increment the position in some cases.
Last modified: 2008-03-20 16:09:04 CET
Index: source =================================================================== --- source (revision 1265) +++ source (revision 1266) @@ -35855,13 +35855,15 @@ <dd>Append the Unicode character with codepoint <span><var title="">b</var>+0x20</span> to <var title="">attribute value</var> (where <var title="">b</var> is the value of the - byte at <var title="">position</var>).</dd> + byte at <var title="">position</var>). Advance <var + title="">position</var> to the next byte.</dd> <dt>Anything else</dt> <dd>Append the Unicode character with the same codepoint as the value of the byte at <var title="">position</var>) to <var - title="">attribute value</var>.</dd> + title="">attribute value</var>. Advance <var + title="">position</var> to the next byte.</dd> </dl>