matrix-hacks / matrix-puppet-skype

23 stars 12 forks source link

Non-latin (Russian) symbols in outgoing messages from Matrix to Skype via puppet are encoded with HTML entities #7

Closed MurzNN closed 7 years ago

MurzNN commented 7 years ago

I have successfully run matrix-puppet-skype, it send-receive messages normally. But there are problem with sending non-latin letters (for example, Russian) from Matrix to Skype: as example, I send тест4 in Matrix Riot web client, and Skype client received this message with HTML entities as тест4. If I send same message from Skype to Matrix puppet - it receives normally with Russian letters. Full latin messages sends successfully. Maybe this is encoding problem, but in both sides must be UTF-8 encoding.

MurzNN commented 7 years ago

And strange behavior - when I try to send text тест4 (withoud code mode) via Riot to Matrix room or to github - it magically converted to Russian letters :)

MurzNN commented 7 years ago

Thanks, I tested and all works well!