Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Solved] Chinese/Japanese etc (EastAsian Characters) trouble

[Solved] Chinese/Japanese etc (EastAsian Characters) trouble

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 606 Views 1 Watching
  • 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.
  • S Offline
    S Offline
    skammers
    wrote on last edited by
    #1

    I am making a translation tool. It worked great until now. I just discovered that east asian characters dont work In my program. If I write some chinese characters in my translation line, and then press translate, the result is blank. So I went into my c++ code to see what my translation method was receiving from the QML. So when I typed "校准" I got "??" in my code.

    What can I do to fix this?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      skammers
      wrote on last edited by
      #2

      Got it to work! Only had to add this line in the itemdelegate of the tableview:

      @
      renderType: Text.NativeRendering;
      @

      1 Reply Last reply
      0

      • Login

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