We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tsave function error for some fonts
tsave
>>> from art import * >>> Data = tsave("test@34",font="antrophobia",filename="antrophobia.txt",print_status=False) >>> Data["Message"]
OK
'ascii' codec can't decode byte 0xd1 in position 0: ordinal not in range(128)
Ubuntu 14.04
Python 2.7.6
art.__version__
3.9
The text was updated successfully, but these errors were encountered:
fix : minor edit in tsave function saving process #55
4278fcd
fix : test2 modified #55
66b3669
fix : test modified #55
9f3f394
fix : test.sh modified #55
dc56618
fix : minor but in test2 fixed #55
842ae88
fix : UTF-8 compatibility test added to font_check scrirpt #55
267ee03
fix : UTF-8 compatibility check added to font_wizard #55
69e1214
a63347b
No branches or pull requests
Description
tsave
function error for some fontsSteps/Code to Reproduce
Expected Behavior
Actual Behavior
Operating System
Ubuntu 14.04
Python Version
Python 2.7.6
ART Version (Use :
art.__version__
)3.9
The text was updated successfully, but these errors were encountered: