Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. India
  4. Error printing Hindi? with QT 4.7.1 over Wince
QtWS25 Last Chance

Error printing Hindi? with QT 4.7.1 over Wince

Scheduled Pinned Locked Moved India
3 Posts 2 Posters 3.1k 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.
  • I Offline
    I Offline
    Imax
    wrote on 20 Jan 2011, 10:01 last edited by
    #1

    Hello to all,

    My scenario: QT 4.7.1 compiled for wince 5.0 on a arm4i. I'm using arialunicode like font.
    I have got a little application which displays same word in different languages using a label.

    with Qt 4.6.3 it works perfect, but with version 4.7.1 when I tray to display this word "हिन्दी" the application show this error:

    QWidget::repaint: Recursive repaint detected
    0x97bd7364: Data Abort: Thread=97bd7364 Proc=8c24ce60 'XX.exe'
    0x97bd7364: AKY=00000401 PC=01c412dc(qtcore4.dll+0x000812dc) RA=01c41220(qtcore4.dll+0x00081220) BVA=0000003c FSR=00000001
    0x97bd7364: NKDispatchException: returning failure. Flags=0
    Unhandled exception at 0x01c412dc in XX.exe: 0x80000002: Datatype misalignment.

    The strange thing is that other languages like Chinese,Arabic,Greek....works and the "Hindi" is the only one which makes the application crash.

    Sorry if this caracters are not Hindi, I know that in India there are many different languages and there are also different alphabets...
    I'm working with some translations that are not mine, and this is characters are supposed to be hindi.

    Thanks a lot,

    Im

    1 Reply Last reply
    0
    • M Offline
      M Offline
      maruti
      wrote on 16 Feb 2011, 10:15 last edited by
      #2

      could you help me in solving my problem. M actually building one app for language translation. But the problem is that m not able to show proper language translations for languages that uses characters other than our standard alphabets

      1 Reply Last reply
      0
      • I Offline
        I Offline
        Imax
        wrote on 18 Feb 2011, 07:58 last edited by
        #3

        Hello maruti,

        You have to take on account some points when I are working with multilanguage:

        • Fonts. Are you using fonts that can represent characters you want?
        • Are you using Unicode ??
        • Study how to use QString http://doc.qt.nokia.com/latest/qstring.html
          ....

        You can start with this points...

        Bye,

        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