[Webkit-unassigned] [Bug 13415] Add UTF-32 support for html/xml documents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 27 00:03:35 PDT 2007


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


jungshik.shin at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14218|0                           |1
        is obsolete|                            |
  Attachment #14220|                            |review?
               Flag|                            |




------- Comment #10 from jungshik.shin at gmail.com  2007-04-27 00:03 PDT -------
Created an attachment (id=14220)
 --> (http://bugs.webkit.org/attachment.cgi?id=14220&action=view)
a new patch with updated test cases

Modified test cases per ap's suggestion. Both XML and HTML print out the
encoding determined. 

> ---------------------
> <div id="result">FAILURE: script did't run</div>
> <script>document.getElementById("result").firstChild.nodeValue =
> document.inputEncoding;</script>
> ---------------------

Actually, I tried the above as well. However, I forgot that I had to make it
run after the loading is complete (the script was put in the <head> without an
onload triggering.). As a result, it didn't run even in Firefox. 

Thanks to your suggestion, I realized that :-) 


-- 
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