Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Cyrillic characters displaying as garbage in compiler log
Forum Updated to NodeBB v4.3 + New Features

Cyrillic characters displaying as garbage in compiler log

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
5 Posts 2 Posters 1.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.
  • B Offline
    B Offline
    BeefTaco
    wrote on last edited by
    #1

    I have installed qt 5.10.1 community, and tried to compile some project. My environment is russian and using cyrillic. I have some errors in this project and they displays like that:

    alt text

    I have tried a fix, to use a bat file instead of jom with this code:

    chcp 1251 > nul
    C:\Qt\Qt5.10.1\Tools\QtCreator\bin\jom.exe %*
    

    But this way i get no output at all. Can someone help, is there any fix beoynd messing with jom.exe ??

    aha_1980A 1 Reply Last reply
    0
    • B BeefTaco

      I have installed qt 5.10.1 community, and tried to compile some project. My environment is russian and using cyrillic. I have some errors in this project and they displays like that:

      alt text

      I have tried a fix, to use a bat file instead of jom with this code:

      chcp 1251 > nul
      C:\Qt\Qt5.10.1\Tools\QtCreator\bin\jom.exe %*
      

      But this way i get no output at all. Can someone help, is there any fix beoynd messing with jom.exe ??

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi @BeefTaco, and welcome to the forum.

      Your problem is unfortunately long-known: QTCREATORBUG-316.

      But some work has been done for the upcoming version 4.7, so you might want to test a snapshot: http://download.qt.io/snapshots/qtcreator/4.7

      Please note that 4.7 is still in an early state, the beta is expected end of May. But maybe you can give the developers some feedback already.

      Regards

      Qt has to stay free or it will die.

      1 Reply Last reply
      2
      • B Offline
        B Offline
        BeefTaco
        wrote on last edited by
        #3

        Thanks for reply. I just tried to install qtcreator4.7. Now i have half of errors in garbage, but at least half displays in english, so i guess its better anyways....

        1 Reply Last reply
        0
        • B Offline
          B Offline
          BeefTaco
          wrote on last edited by
          #4

          I also tried to check the parameter "Force english msvc compiler output" same behaviour i get, half in garbage but at least half in english

          aha_1980A 1 Reply Last reply
          0
          • B BeefTaco

            I also tried to check the parameter "Force english msvc compiler output" same behaviour i get, half in garbage but at least half in english

            aha_1980A Offline
            aha_1980A Offline
            aha_1980
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @BeefTaco,

            I just remembered that there is another patch in the pipeline: https://codereview.qt-project.org/#/c/227744

            I'd recommend you to try a snapshot one day after this patch has been merged. If your problem then still exists, you should create a new bug report.

            Qt has to stay free or it will die.

            1 Reply Last reply
            2

            • Login

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