From 8c18e3d4e8fc242164c40c13a0ef934298de2a9c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 29 Aug 2026 13:40:32 +0300 Subject: [PATCH] ; * etc/PROBLEMS: Problems with pasting non-ASCII (bug#81417). --- etc/PROBLEMS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 96b9e3df18a..5a4c01c43d5 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -3763,6 +3763,13 @@ This is because the SECONDARY selection is not implemented by the Wayland compositor being used. A workaround is to use other kinds of selections. +** Pasting non-ASCII text from Emacs into Chromium or Brave inserts mojibake. + +These are bugs in these browsers: they chose incorrect format of the +copied text amongst those which Emacs provides. Emacs provides UTF-8 as +one of the formats, but these browsers use Latin-1 instead. So please +report these bugs to the developers of the respective browsers. + ** Giant tool bar icons are displayed in some cases This is because some icon themes (such as the KDE Breeze icon theme)