uTasker / uTasker-Kinetis

uTasker V1.4.11 based open source version for Kinetis and STM32 parts
60 stars 35 forks source link

Convert all C and C++ source files to UTF-8 #11

Open alexhenrie opened 2 years ago

alexhenrie commented 2 years ago

This is the result of the following commands plus a tiny amount of manual reformatting:

sudo pip install cvt2utf git ls-files | grep -E '.(c|cpp|h)$' | xargs -n 1 sed -i $'s/\xA3/\\xA3/g' git ls-files | grep -E '.(c|cpp|h)$' | xargs -n 1 cvt2utf convert

Fixes #10