Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
422c1de564cec5689de052d5eb0c2ddd7065833c
/
.
/
Tests
/
RunCMake
/
string
/
UTF-32LE.cmake
blob: 22aab5f2408632d50203eeeaa1a95f8528c03127 [
file
]
file
(
STRINGS UTF
-
32LE
.
txt str ENCODING UTF
-
32LE
LENGTH_MINIMUM
4
)
message
(
"${str}"
)
file
(
STRINGS UTF
-
32LE
.
txt str LENGTH_MINIMUM
4
)
message
(
"${str}"
)