]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: Replace invalid UTF-8 byte sequence
authorSimon Warta <simon@kullo.net>
Mon, 20 Feb 2017 22:07:58 +0000 (23:07 +0100)
committerJay Satiro <raysatiro@yahoo.com>
Sat, 25 Feb 2017 07:31:05 +0000 (02:31 -0500)
commitbbc81c46e89d09676273eea5fa15981c2e6151c8
tree6475d067512d676ad25929bcfca691ffeec962c1
parent03bd26852b299e7675dbce58a0579fa58cd17bd7
cmake: Replace invalid UTF-8 byte sequence

- Change the encoding of the regex temp placeholder token to UTF-8.

Prior to this change the file contained special chars in a different
encoding than ASCII or UTF-8 making text editors and Python complain
when reading the file.

Closes https://github.com/curl/curl/pull/1271
Closes https://github.com/curl/curl/pull/1275
CMakeLists.txt