Fixes сука блять (#7671)

* fix unicode stuff

* fucking hell this is what I get for copypasting from TG

* fucking hell this is what I get for forgetting to save before commiting
This commit is contained in:
monster860
2020-01-20 00:02:44 -05:00
committed by GitHub
parent 46408f4b68
commit 34444062fd
16 changed files with 43 additions and 22 deletions

View File

@@ -51,7 +51,6 @@ SUBSYSTEM_DEF(chat)
C.chatOutput.messageQueue += message
continue
message = to_utf8(message, I) // yogs - LibVG
payload[C] += url_encode(url_encode(message))
else
@@ -64,5 +63,4 @@ SUBSYSTEM_DEF(chat)
C.chatOutput.messageQueue += message
return
message = to_utf8(message, target) // yogs - LibVG
payload[C] += url_encode(url_encode(message))