<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#666666">
    <div class="moz-cite-prefix">Well, it might appear as a very dum<font
        face="Arial, Helvetica, sans-serif">b question, but ... where do
        I find this version of QtWebkit that doesnt depends on lib ICU?
        I was digging around with version 2.3 (including ones already
        included in Qt 5.2 b1) and they still needs ICU.<br>
        <br>
        Thanks again.<br>
        <br>
        Kind regards,<br>
        RIchard.<br>
      </font><font style="color:#252525; font-size:12px;
        line-height:18px;" face="Arial, Helvetica, sans-serif"> <br>
      </font>
      <div class="moz-signature">
      </div>
      On 10/28/2013 08:13 AM, Richard Gerd Kuesters wrote:<br>
    </div>
    <blockquote cite="mid:526E38AF.2020807@humantech.com.br" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Konstantin,<br>
        <br>
        Thanks again, and a lot! I'll try to compile Webkit 2.3, ICU
        aside will decrease in 20Mb my app :)<br>
        <br>
        My best regards,<br>
        Richard.<br>
        <br>
        On 10/27/2013 09:46 AM, Konstantin Tokarev wrote:<br>
      </div>
      <blockquote cite="mid:88271382874402@web9j.yandex.ru" type="cite">
        <pre wrap="">27.10.2013, 02:17, "Richard Gerd Kuesters" <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:richard@humantech.com.br">&lt;richard@humantech.com.br&gt;</a>:
</pre>
        <blockquote type="cite">
          <pre wrap="">Thanks again Konstantin!

I think my best hope is based on what you glimpsed while pondering about SVG support on Webkit: compiling Qt submodules one by one, using the switches I might need and other that don't - doing so in a extreme fast machine (SSD raid and so on) with basic automatic functionality tests, could give me a very good result in a couple of days (using config parsing switches scripts). It would be awesome to provide a barely minimal and downsized package for mobile clients (which I'm now focused), as an example.

One thing I was thinking: is there any ICU flag that I could disable during compiling that doesn't affect Webkit behaviours? I'm asking this because after (or even) webkit's own lib, ICU's the bigger one (~21Mb in Windows -- I'm still working to get it's release lib on mobile).
</pre>
        </blockquote>
        <pre wrap="">The largest thing in ICU is internationalization data. Depending on target audience of your application, you may want to remove data for some locales - look into ICU documentation how to prepare custom .dat file. There may also be kinds of data unused by WebKit - maybe currencies or timezones, though I don't know for sure.

BTW, QtWebKit 2.3 does not depend on ICU - you may want to use it, or forward-port code replacing ICU to your QtWebKit version.

</pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
webkit-qt mailing list
<a class="moz-txt-link-abbreviated" href="mailto:webkit-qt@lists.webkit.org">webkit-qt@lists.webkit.org</a>
<a class="moz-txt-link-freetext" href="https://lists.webkit.org/mailman/listinfo/webkit-qt">https://lists.webkit.org/mailman/listinfo/webkit-qt</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>