telecommander icon indicating copy to clipboard operation
telecommander copied to clipboard

Can't send messages with Cyrillic characters

Open mverzakov opened this issue 9 years ago • 1 comments

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?

mverzakov avatar Apr 28 '16 09:04 mverzakov

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

fazo96 avatar Apr 28 '16 12:04 fazo96