Skip to content
  • 0 Votes
    2 Posts
    520 Views
    jsulmJ
    @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();
  • About chinese characteristics error in ODBC way

    Unsolved General and Desktop chinese odbc utf
    6
    1 Votes
    6 Posts
    2k Views
    SGaistS
    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 ?
  • QLinguist and Chinese

    Unsolved Mobile and Embedded chinese translation static text embedded linux
    12
    0 Votes
    12 Posts
    8k Views
    jovereschJ
    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.