Notes |
|
(0031200)
|
Brad King
|
2012-10-10 07:45
|
|
CTest currently assumes all build and test output is already encoded as UTF-8 which is easy to achieve on operating systems supporting environment variables like LC_ALL.
Off the top of my head I don't know exactly the right place to do the conversion. Most of CMake's internal APIs are based on std::string and/or char* so the conversion to UTF-8 would need to happen as early as possible to isolate the use of wide-character APIs.
|
|
|
(0035636)
|
Clinton Stimpson
|
2014-04-04 09:51
|
|
With the utf-8 work that has been going into CMake, there is now a switch to enable utf-8 as the internal encoding.
CMAKE_ENCODING_UTF8:BOOL=ON
I think the one thing left to fix this bug is to modify kwsysProcessPipeThreadReadPipe() in kwsys/ProcessWin32.c to convert the read data from the active code page to utf-8. |
|
|
(0042130)
|
Kitware Robot
|
2016-06-10 14:28
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|