Author Topic: Qt6 Development  (Read 455232 times)

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2445
  • Karma: +186/-0
    • View Profile
Re: Qt6 Development
« Reply #885 on: February 04, 2025, 07:54:17 am »
Yeah this does make the tests pass. Interesting, the original changes to qstringconverter.cpp also pass. Committed to main, I'll cherry-pick to 6.8.x when I get a moment

Rich Walsh

  • Sr. Member
  • ****
  • Posts: 398
  • Karma: +30/-0
  • ONU! (OS/2 is NOT Unix!)
    • View Profile
Re: Qt6 Development
« Reply #886 on: February 04, 2025, 10:47:39 am »
Yeah this does make the tests pass. Interesting, the original changes to qstringconverter.cpp also pass. Committed to main, I'll cherry-pick to 6.8.x when I get a moment

The tests that failed were passing multi-byte UTF8 characters to the converter as "native encoding". The converter thought they were a series of CP850 codepoints and converted each one of the bytes to Unicode. Most of these tests were invalid anyway since CP850 doesn't contain some of the test characters such as a non-breaking space.

Still, I think that at least one of the tests in the revised version should still fail. Could you post the new binary?

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2445
  • Karma: +186/-0
    • View Profile
Re: Qt6 Development
« Reply #887 on: February 04, 2025, 11:45:51 pm »