traccar / traccar-sms-gateway

Traccar SMS Gateway for Android
GNU General Public License v3.0
638 stars 99 forks source link

Support for special characters #15

Closed lukaszervudakis closed 1 year ago

lukaszervudakis commented 1 year ago

Hello, when sending SMS manually via the App, special characters like "äöü" are supported and work without any issues. However, when using the API, e.g. via wget or curl, special characters do not work. "äöü" results in "äöü".

lukaszervudakis commented 1 year ago

The solution is to set the charset to utf-8 inside the header. See: https://github.com/traccar/traccar-sms-gateway/issues/1