Jan Elmqvist Nielsen

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Send http with Unicode Any #3820

    Hej Bryon

    There is a bug in the way the sms gateway translate danish ø

    In php i use utf8_decode to get danish special char æ ø å

    $message = utf8_decode($_POST);

    æ Æ å Å is displayed fine

    But small ø gives a blank

    And big Ø gives a ¥ – yen

    $message = str_replace(chr(248),’%F8′, $message);

    Still gives blank instead of ø

    Regards

    Jan

Viewing 1 post (of 1 total)