[Wayland-bugs] [Bug 768803] Pasting languages other than english results in utf8 code being pasted.
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jul 14 12:45:22 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=768803
--- Comment #5 from Jonas Ådahl <jadahl at gmail.com> ---
I tried to reproduce this when running a QT client with -platform wayland. What
I can see is that it requests text/plain (and ignores text/plain;charset=utf-8)
which I assume is assumed to be ASCII. The content that is pasted into the text
widget looks awfully lot like UTF-8 codepoints that has been converted to
ASCII, i.e. "åå" was translated into "\u00e5\u00e5" which I guess could be
considered correct. If the client actually wanted the real string, without
converting UTF-8 to \u... ASCII, it should request text/plain;charset=utf-8.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20160714/9d8fdda6/attachment-0001.html>
More information about the wayland-bugs
mailing list