Klipper Error : 'ascii' codec can't decode

Hi Kevin

It looks like on the latest version - this regressed as any symbol like (degree °) or accented character causes the error

Workaround is to either update configs and remove accented or symbol characters
OR
set python3 as default?

nano ~/.bashrc
alias python='/usr/bin/python3'