mac-cain13 / notificato

Takes care of Apple push notifications (APNS) in your PHP projects.
MIT License
224 stars 44 forks source link

Notificato should validate if the payload is UTF-8 #28

Closed mac-cain13 closed 11 years ago

mac-cain13 commented 11 years ago

We could do that with mb_detect_encoding I think. Not sending UTF-8 could give unexpected results.