Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Encoding problem in Issues panel

    General and Desktop
    2
    2
    1194
    Loading More Posts
    • 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
      aleks_tar last edited by

      Hello!

      I've installed a Qt on my PC with Windows 7 x64. Now have problems with encoding in Issues panel (watch the attached picture). It seems like the issues descriptions are in Russian language or something like that. How can I solve that problem or how can I change a language of issues descriptions to English?

      It's the only one thing in Qt that has that problem. When I change the interface language to Russian, it's OK.

      !http://dl.dropbox.com/u/65874762/edGCkDkqx3U.jpg(Issues panel)!

      Sorry for my English.

      Thank's for replies.

      1 Reply Last reply Reply Quote 0
      • T
        tobias.hunger last edited by

        IIRC the code uses "fromLocal8Bit()" to convert the output of the compiler to QStrings. If your compiler uses a different language/encoding than your system that will fail. Unfortunately I am not aware of a more reliable way to find out which encoding to expect from Microsoft compilers. Do you have any ideas?

        1 Reply Last reply Reply Quote 0
        • First post
          Last post