Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b4db306afff5da683aedd99bd8a9ea0c850f22df
/
.
/
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}"
)