commit | 3ad1f27efc48ada57d91c14d8829b763081ff8e7 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Thu Jul 18 10:38:25 2019 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Jul 18 16:50:08 2019 +0200 |
tree | 4f52ad581727c006558175fa8e607023135be0f9 | |
parent | 9901d8cf4bca2fa61f0d248cafae31e185b7c29d [diff] |
cmake: Encode and decode in UTF-8 in build system In order to make sure that the build works in folders that require a UTF encoding, make sure that both CMake and the various Python scripts that interact with each other on files use the same encoding, in this case UTF-8. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>