Sreyas-Sreelal / tgconnector

Telegram connector for samp
GNU General Public License v3.0
38 stars 4 forks source link

encoding message text to utf-8 #4

Closed continue98 closed 2 years ago

continue98 commented 4 years ago

Hi, SA-MP doesn't support utf-8, so I suggest adding a built-in decoder to utf-8

P.S: telegram can only accept utf-8

continue98 commented 4 years ago

I suggest using iconv (binding for rust: https://github.com/andelf/rust-iconv)

Ryder17z commented 4 years ago

i believe it does if you save the pwn file as UTF-8 encoded