We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When copying and pasting pills, under certain circumstances a Unicode BOM (mangled by transformation to UTF-16) may be inserted into the message.
eternaleye
Testing
The message will have converted the pill to plain text, and inserted a UTF-16-mangled BOM at the beginning of the line, e.g.
\xef\xbb\xbfeternaleye: Testing
If the BOM issue did not occur, this should instead be:
eternaleye: Testing
Optimally, the pill itself would be preserved, but that should (may already?) be a separate issue.
Exact source dump of such a message (Note: the BOM is not visible in the render, but can be seen via e.g. xxd):
xxd
{ "content": { "body": "Matthew: Testing", "msgtype": "m.text" }, "origin_server_ts": 1574804370125, "sender": "@eternaleye:matrix.org", "type": "m.room.message", "unsigned": { "age": 1578, "transaction_id": "m1574804369304.47" }, "event_id": "$ygkxvbA5dtoIpBHw_i8Up9xrpkVP_S9gesSAJkqaMYg", "room_id": "!YTvKGNlinIzlkMTVRl:matrix.org" }
<local>
The text was updated successfully, but these errors were encountered:
Another user reports experiencing the bug under Chrome on Linux; will update with the details once they're back at the computer in question.
Sorry, something went wrong.
No branches or pull requests
Description
When copying and pasting pills, under certain circumstances a Unicode BOM (mangled by transformation to UTF-16) may be inserted into the message.
Steps to reproduce
eternaleye
)Testing
)The message will have converted the pill to plain text, and inserted a UTF-16-mangled BOM at the beginning of the line, e.g.
If the BOM issue did not occur, this should instead be:
Optimally, the pill itself would be preserved, but that should (may already?) be a separate issue.
Exact source dump of such a message (Note: the BOM is not visible in the render, but can be seen via e.g.
xxd
):Version information
<local>
The text was updated successfully, but these errors were encountered: