mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; * etc/PROBLEMS: Problems with pasting non-ASCII (bug#81417).
This commit is contained in:
parent
478dcbc17e
commit
8c18e3d4e8
|
|
@ -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
|
Wayland compositor being used. A workaround is to use other kinds of
|
||||||
selections.
|
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
|
** Giant tool bar icons are displayed in some cases
|
||||||
|
|
||||||
This is because some icon themes (such as the KDE Breeze icon theme)
|
This is because some icon themes (such as the KDE Breeze icon theme)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue