[Webkit-unassigned] [Bug 16482] hook up ICU's encoding detector and add a boolean param to Settings and WebPreferences

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 16:58:24 PST 2007


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





------- Comment #1 from jungshik.shin at gmail.com  2007-12-20 16:58 PDT -------
Created an attachment (id=18020)
 --> (http://bugs.webkit.org/attachment.cgi?id=18020&action=view)
incompete patch (fails in linking)

This patch does not work because 1) the version of ICU on Mac OS 10.3.x does
not contain the character encoding detector. 2) I don't know Objective-C and my
change to those files may be wrong. 

I added ucsdet.h header to icu header directory hoping that ICU on Mac OS
10.3.x is recent enough (3.6 or later??) to have encoding detectors, but at the
link time, it fails. (I could have found that searching for ucsdet in
icucore.dylib before trying). 

Anyway, I'm uploading the patch in the hope that it can be used on other
platforms (with some conditional compilations added) and perhaps on Mac OS
10.4.x with a newer version of ICU. 


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