[Webkit-unassigned] [Bug 60786] [Qt] Better complex language support: Switch to ICU library (libicu)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 23 13:16:21 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60786


Siddharth Mathur <siddharth.mathur at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |siddharth.mathur at nokia.com
                   |kit.org                     |
  Attachment #93495|0                           |1
        is obsolete|                            |




--- Comment #4 from Siddharth Mathur <siddharth.mathur at nokia.com>  2011-05-23 13:16:20 PST ---
Created an attachment (id=94470)
 --> (https://bugs.webkit.org/attachment.cgi?id=94470&action=review)
updated patch

This experimental patch: 
- removes the "use ICU for text breaking only" option
- consolidates all Qt WebKit use of ICU behind the existing existing USE(ICU_UNICODE) flag
- adds a "use_system_icu" qmake CONFIG parameter to override default text handling (Qt's Unicode) 
- adds a new TextBreakIteratorInternalICUQt.cpp similar to other ports which use ICU (and move out a function from TextBreakIteratorQt.cpp) 
- guards TextCodecQt.cpp to be only compiled for USE(QT4_UNICODE) configuration

Pass CONFIG+=use_system_icu to build-webkit to use this.

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



More information about the webkit-unassigned mailing list