Open Pzixel opened 6 years ago
Sample input
# -*- coding: utf-8 -*- a = 5 # устанавлеваем a в 5
format is successful
Traceback (most recent call last): UnicodeEncodeError: 'ascii' codec can't encode characters in position 2-14: ordinal not in range(128)
Thanks for submitting this issue. It is indeed a very ugly result. I will try to find a fix next time I work on the tool. (Which should be soon).
Sample input
Expected result
format is successful
Actual result