https://github.com/Kitware/CMake
Revision 497397bd17ab2855c348c6ee0ed1e28bacd29aca authored by Mehdi Chinoune on 09 June 2022, 20:19:19 UTC, committed by Brad King on 10 June 2022, 18:33:20 UTC
Since commit baead1e2a8 (Encoding: Remove option to use ANSI code page
internally, 2016-11-01, v3.8.0-rc1~358^2), we always use UTF-8 strings
internally.  Using fromLocal8Bit/toLocal8Bit + QTextCodec is no longer
needed.  Convert to fromStdString/toStdString instead, which should work
both with Qt5 and Qt6.

Fixes: #23565
1 parent efbbae9
History
Tip revision: 497397bd17ab2855c348c6ee0ed1e28bacd29aca authored by Mehdi Chinoune on 09 June 2022, 20:19:19 UTC
cmake-gui: Support non-ASCII chars on Windows with Qt6
Tip revision: 497397b
File Mode Size
pull_request_template.md -rw-r--r-- 329 bytes

back to top