* [Plaster] Fixes for Windows.
- When running commands make sure the output is in UTF-8, otherwise on
Windows the output is using cp1252 which then can't be handled by
UTF-8 decoder.
- When updating files (patches after applying plaster, or target source
files) make sure to use LF line endings on Windows. The repo files are
checked out as LF and we shouldn't introduce CRLF line ending during
plaster apply operation.
* [Brockit] Fixes Win toolchain message.
When checking for Windows toolchain changes also check TOOLCHAIN_HASH.
The SDK version doesn't always get updated while the hash can change and
contain a different minor SDK update.
* Review feedback fix.