Problems with German umlauts (Ää,Öö,Üü,ß)

Home Forums iSMS Problems with German umlauts (Ää,Öö,Üü,ß)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7048
    Alex Warden
    Participant

    Hallo,

    I’m triyng to send some german umlauts over iSMS, but receiving only empty spaces. How can I fix it?

    http://smsgateway.xxxxx.de/sendmsg?user=admin&passwd=xyz&cat=1&enc=0&to=0123456789&priority=3&text=Ae-Ä-%C4%0AA-A-%41

    This is how iSMS receives the data:

    Ae-Ä-Ä
    A-A-A

    http://a.pomf.se/ehqpdu.png

    And this is how it gets sent to phones:

    Ae- - 
    A-A-A

    With the “3GPP 23.038″ Char-set the line feed (%0A) gets sent correctly, but %C4 notation of Ä still doesn’t work :/

    I’m using iSMS Model Number: SF100-G, Firmware Version 1.51.28.

    Thanks in advance.

    • This topic was modified 9 years, 1 month ago by Alex Warden.
    • This topic was modified 9 years, 1 month ago by Alex Warden.
    • This topic was modified 9 years, 1 month ago by Alex Warden.
    #7076
    Bryon Davis
    Moderator

    Hi Alex,
    Make sure that “Enable PDU Mode” is enabled in the SMS Settings menu.

    Any special characters should be URL encoded in the sendmsg request.

    Below is a sendmsg request example for sending the sms message “Ää,Öö,Üü,ß”:

    http://smsgateway.xxxxx.de/sendmsg?user=admin&passwd=xyz&cat=1&enc=0&to=0123456789&priority=3&text=%C4%E4,%D6%F6,%DC%FC,%DF

    Bryon

    #7080
    Alex Warden
    Participant

    Hi Bryon,
    thanks for your reply.
    Enabling the PDU Mode did the trick,

    cheers!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.