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