Skip to content
New issue

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

tprint and aprint error in some enviroments #62

Closed
sepandhaghighi opened this issue Sep 6, 2019 · 1 comment
Closed

tprint and aprint error in some enviroments #62

sepandhaghighi opened this issue Sep 6, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@sepandhaghighi
Copy link
Owner

Description

tprint and aprint error in some enviroments

Steps/Code to Reproduce

>>> tprint("test","fancy45")

Expected Behavior

тešт

Actual Behavior

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\Sepkjaer\AppData\Local\Programs\Python\Python35-32\lib\site-packages\art-3.9-py3.5.egg\art\art.py", line 194, in tprint
  File "C:\Users\Sepkjaer\AppData\Local\Programs\Python\Python35-32\lib\encodings\cp720.py", line 21, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 0-4: character maps to <undefined>

Operating System

Windows 10

Python Version

Python 3.5

ART Version (Use : art.__version__)

3.9

@sepandhaghighi
Copy link
Owner Author

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant