Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. japanese
    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 Handling QInputMethodEvent
      General and Desktop • qt5.4 event line edit inputmethod japanese • • DivyPrakash  

      1
      0
      Votes
      1
      Posts
      739
      Views

      No one has replied

    • UNSOLVED Best Strategy for Webkit Apps & Translation?
      General and Desktop • webkit linguist translations language japanese • • maximo  

      1
      0
      Votes
      1
      Posts
      689
      Views

      No one has replied

    • [SOLVED] Multilingual Support
      General and Desktop • c++ japanese multilingual • • maximo  

      2
      0
      Votes
      2
      Posts
      707
      Views

      hi I started with http://doc.qt.io/qt-5/internationalization.html and then the "Dynamic Language Switching" from this book http://www.bogotobogo.com/cplusplus/files/c-gui-programming-with-qt-4-2ndedition.pdf On windows you can change the locale to test if it will switch. I assume you can do the same in OSX.