[Buildroot] [Bug 13551] 2021.02.rc2: Unicode not work on qt 5.15.2

bugzilla at busybox.net bugzilla at busybox.net
Mon Feb 22 19:06:20 UTC 2021


https://bugs.busybox.net/show_bug.cgi?id=13551

--- Comment #1 from Peter Seiderer <ps.report at gmx.net> ---
A very brief description...., please describe exactly what (and how) did you
test, which result did you expect and which result did you get?

I suspect you did test something like the following:

  #include <QDebug>
  int main(int argc, char* argv[]) {
      qInfo() << "\u25C0";
      return 0;
  }

Please compile and run on the target and provide the output of the following
call:

  $ ./test 2>&1 | hexdump -C

On my desktop system I get:

  00000000  e2 97 80 0a                                       |....|
  00000004

Which is the expected UTF-8 output for the Unicode/UTF-16
Black-Left-Pointing-Triangle ([1])...

[1] https://codepoints.net/U+25C0?lang=en

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list