maddinat0r / samp-discord-connector

SA:MP plugin which controls a Discord bot
MIT License
114 stars 57 forks source link

[json.exception.type_error.316] invalid UTF-8 byte at index 0: 0xC0 #277

Open nazpol9 opened 6 months ago

nazpol9 commented 6 months ago

Hi,

When i try to send a message in Ukrainian (Cyrillic), i receive the error: [json.exception.type_error.316] invalid UTF-8 byte at index 0: 0xC0

new DCC_Channel:id = DCC_FindChannelById("1238414672110157917");
DCC_SendChannelMessage(id, "Адміністратор заблокував гравця на 30 днів. Причина: чит.");
Sesomsoma commented 6 months ago

https://github.com/maddinat0r/samp-discord-connector/issues/53