art icon indicating copy to clipboard operation
art copied to clipboard

why is there no Cyrillic support?

Open delvin-fil opened this issue 2 years ago • 1 comments

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

delvin-fil avatar May 13 '22 00:05 delvin-fil

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

sepandhaghighi avatar May 17 '22 13:05 sepandhaghighi