[Webkit-unassigned] [Bug 11572] REGRESSION: U+0000 is no longer treated as whitespace, causing rendering trouble

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 22 00:26:15 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=11572


bdash at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|REGRESSION: U+0001 is no    |REGRESSION: U+0000 is no
                   |longer treated as           |longer treated as
                   |whitespace, causing         |whitespace, causing
                   |rendering trouble           |rendering trouble




------- Comment #9 from bdash at webkit.org  2007-01-22 00:26 PDT -------
I think the title is incorrect, and that the character that is present and
causing the problem is U+0000 rather than U+0001.  The following command show
that U+0001 isn't even present in the URL linked in the bug description:

atlas:~ mrowe$ curl -s http://www.denkor.com/en_US/ALL/aboutus/cu/index.shtml |
xxd | cut -d ' ' -f 2-9 | egrep '(^00|00$| 00|00 )'
2f2d 2d3e 0a3c 2f73 6372 6970 743e 0000
723b 0000 0a20 2020 0a20 2020 626f 7264
743a 2031 3770 783b 0000 0a0a 2020 2066
3d22 5374 6172 7422 3e3c 2f61 3e00 000a
3c2f 7472 3e0a 3c2f 7461 626c 653e 0000
atlas:~ mrowe$ curl -s http://www.denkor.com/en_US/ALL/aboutus/cu/index.shtml |
xxd | cut -d ' ' -f 2-9 | egrep '(^01|01$| 01|01 )'
atlas:~ mrowe$ 

I'm not sure whether this changes anything about the expected behaviour, but
I'm mentioning it for sake of correctness.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list