When I use mycli on Windows10 to load a sql script, for example, source XXX.sql, an error occurred: 'gbk' codec can't decode byte 0xa3 in position 191: illegal multibyte sequence.
I thought this is a question about opening a file. According to the log, I modified the code in line 255 in main.py. Then it works.
