I'm sending SMS by using the following method:
sendTextMessage(address, null, text, null, null);
Everything works ok while using english chars, but if the text contains at least one umlaut char the sms isn't being sent.
Please note that I don't get any exception, it seems that everything works as it should be but the SMS isn't being sent.
Is there a way to solve this issue?