telecommander
telecommander copied to clipboard
Can't send messages with Cyrillic characters
I can see that you've tried to fix the problem with characters like this:
str = str.replace('è',"e'").replace('ù',"u'").replace('à',"a'").replace('ò',"o'").replace('ì',"i'")
But the problem with other symbols are still there.
Maybe there's a possibility to fix this somehow?
yeah that was a very ugly workaround.
There is an encoding problem somewhere in the pipeline, probably the telegram.link library, but I'm not sure. Anyway there is surely a way to fix it, but I'm not working on this anymore