Skip to content

@ does not work in message, ! appears instead #35

@axwell

Description

@axwell

Hello,
when sending a simple message "!" apears instead of "@" for example send a message with test@test.com
If i send a message but with another word with diacritics "@" will appear ok, so i think the unicode detection is wrong.

        // get byte
        $byte = Helper::order(mb_substr($this->_data, $i, 1, 'UTF-8'));

        if ($byte > 0xC0) {
            $this->_isUnicode = true;
        }

can you help ? thanks !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions