immobiliare / ApnsPHP

ApnsPHP: Apple Push Notification & Feedback Provider
BSD 3-Clause "New" or "Revised" License
1.44k stars 452 forks source link

Apns cuts message with emoji at strange place #82

Open vanquang9387 opened 9 years ago

vanquang9387 commented 9 years ago

Hi everyone, I had some tests with emoji (numbers from 1 to 10) 1: 1⃣2⃣3⃣4⃣5⃣6⃣7⃣8⃣9⃣🔟1⃣2⃣3⃣4⃣5⃣6⃣7⃣8⃣9⃣🔟1⃣2⃣3⃣4⃣5⃣6⃣7⃣8⃣9⃣🔟 2: 1⃣2⃣3⃣4⃣5⃣6⃣7⃣8⃣9⃣🔟1⃣2⃣3⃣4⃣5⃣6⃣7⃣8⃣9⃣🔟1⃣2⃣3⃣4⃣5⃣6⃣7⃣8⃣9⃣🔟1⃣2⃣3⃣4⃣5⃣6⃣7⃣8⃣9⃣🔟 3: 1⃣2⃣3⃣4⃣5⃣6⃣7⃣8⃣9⃣🔟1⃣2⃣3⃣4⃣5⃣6⃣7⃣8⃣9⃣🔟1⃣2⃣3⃣4⃣5⃣6⃣7⃣8⃣9⃣🔟1⃣2⃣3⃣4⃣5⃣6⃣7⃣8⃣9⃣🔟1⃣2⃣3⃣4⃣5⃣6⃣7⃣8⃣9⃣🔟

But messages were cut out at strange places: img_0799

Are there any problems of counting unicode characters with apnsPHP?

ghispi commented 9 years ago

This might be connected to #88