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

why is there no Cyrillic support? #200

Open
delvin-fil opened this issue May 13, 2022 · 1 comment
Open

why is there no Cyrillic support? #200

delvin-fil opened this issue May 13, 2022 · 1 comment

Comments

@delvin-fil
Copy link

delvin-fil commented May 13, 2022

Steps/Code to Reproduce

tprint("мясо", font="random")

Operating System

uname -an
Linux delvin 4.19.94 #1 SMP Sun Jan 3 01:52:40 +07 2021 x86_64 Intel(R) Core(TM) i3 CPU 540 @ 3.07GHz GenuineIntel GNU/Linux

Python Version

python 3.9

ART Version

pip list|grep art
art 5.6

@sepandhaghighi
Copy link
Owner

Hi @delvin-fil

Supporting Cyrillic is possible but technically is not easy!
We need a mapper that maps these characters (Cyrillic) to a new form (something like https://fsymbols.com/ for English characters).
If you know of such a source, let us know.

Best Regards
SH

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

No branches or pull requests

2 participants