Skip to content

No UTF8 conversion support for messages in IPB4 Privatemessages module #245

Open
@yuliu

Description

@yuliu

As reported in https://community.mybb.com/thread-227220.html

Relevant code:

$insert_data['subject'] = $data['mt_title'];
// For some reason PMs are surrounded by new lines. Trimming them may break a few PMs but better than all
$insert_data['message'] = trim($this->bbcode_parser->convert($data['msg_post']));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions