Pushjet/Pushjet-Android

Allow emoji over sent messages

miyoyo opened this issue · 3 comments

Currently, POSTing a message with emoji will show everything in the message that's before the emoji, maybe make it possible to use them in the future?

That's odd. Unicode should work on the server side so this should be an issue with the app.

I Tested it with a remote linux VPS sending a request to the pushjet server and retrieving the data with a local windows PC, both systems using cURL.

The server stops registering after the emoji it seems...

out
Re-sending it on pushjet server

I just did a couple more tests on the server and it turns out unicode is 4 byte unicode not 3 byte. Thus my server kind of drops everything in the string as soon soon as it sees any. I'll be writing a fix soon.
Closing this issue in favor of the server side issue.

See Pushjet/Pushjet-Server-Api#7