Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. QWebView does not show wide-characters

QWebView does not show wide-characters

Scheduled Pinned Locked Moved Qt WebKit
2 Posts 1 Posters 1.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    adewang
    wrote on last edited by
    #1

    Hi,

    I just compiled the qt-everywhere-opensource-src-4.7.3 source with the following configure options
    @./configure -xplatform qws/linux-i686-g++ -embedded x86 -D QT_NO_QWS_MULTIPROCESS
    -prefix /root/tmp/QtEmbed
    -qt-gfx-linuxfb -qt-gfx-vnc -freetype -fontconfig
    -no-largefile -exceptions -no-accessibility -no-qt3support -no-sse2 -qt-zlib -qt-gif -no-libtiff
    -qt-libpng -no-libmng -qt-libjpeg -no-openssl -no-nis -no-cups -depths 8,16,32
    -qt-kbd-linuxinput -nomake demos -nomake examples
    -confirm-license -opensource -no-ssse3@

    and build the fancybrowser under /examples/webkit/, but this fancybrowser does not show any wide-characters in the webpage.
    the screenshot is here:http://upload.ouliu.net/m/acc5b5378b2282a3516de1ac558ac735.jpg, url is http://www.baidu.jp
    does anyone meet this problem before and know how to resolve it? thanks in advance.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      adewang
      wrote on last edited by
      #2

      It seems that when you build qt with -embedded option, qt will only search qt's /lib/fonts directory for the font files, and the fonts shipped with the qt source does not contain a font which supports wide-characters.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved