Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. chinese
    Log in to post

    • UNSOLVED Japanese letters in file path converted into question mark(?). How can i deal with them?
      General and Desktop • japanese chinese filepath • • Pardeep  

      2
      0
      Votes
      2
      Posts
      110
      Views

      @Pardeep said in Japanese letters in file path converted into question mark(?). How can i deal with them?: qDebug() This is simply debug output, it can depend on the encoding in the console. Try qDebug()<<fileName1.toUtf8()<<"\nExist: "<<f1.exists();
    • UNSOLVED About chinese characteristics error in ODBC way
      General and Desktop • odbc chinese utf • • MartinChan  

      6
      1
      Votes
      6
      Posts
      1551
      Views

      Hi, Did you already checked the bug report system to see if it's something known ? If not, can you open a new report with a minimal compilable example that shows this behavior ?
    • UNSOLVED QLinguist and Chinese
      Mobile and Embedded • embedded linux translation chinese static text • • Gazzer  

      12
      0
      Votes
      12
      Posts
      6339
      Views

      I am having this exact problem. I compiled my project for an embedded arm device, linux desktop, and windows desktop. The windows and linux hosts display the characters correctly, where the embedded device just shows nothing. I'm using the Noto fonts https://www.google.com/get/noto/#sans-hans and am positive it is being used on the linux desktop, since if I don't copy the font into the same directory as the application, it just shows blocks. When the font is in the directory, it shows everything properly. I tried the same thing with the embedded build, and nothing shows up. The font being loaded, since if it's not in the directory, it complains that it can't load it. Is there some extra switch or rendering tool/application that embedded linux needs? I've tried with both 'linuxfb' and 'egl' platforms with no success. Thanks in advance for any help.