<html>
<head>
<base href="https://bugzilla.gnome.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Pasting languages other than english results in utf8 code being pasted."
href="https://bugzilla.gnome.org/show_bug.cgi?id=768803#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Pasting languages other than english results in utf8 code being pasted."
href="https://bugzilla.gnome.org/show_bug.cgi?id=768803">bug 768803</a>
from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=jadahl%40gmail.com" title="Jonas Ådahl <jadahl@gmail.com>"> <span class="fn">Jonas Ådahl</span></a>
</span></b>
<pre>Looking at the log output from terminology, it looks like terminology also
requests "text/plain" instead of "text/plain;charset=utf-8". So it gets what it
asks for: some ASCII string. I assume GTK+ tries to be nice and does a
loss-less conversion and translates the code points to \uHEX instead of just
dropping them.
I tested changing weston-terminal to request the text/plain instead of
text/plain;charset=utf-8 and it resulted in the exact same as in the
screenshot: \u00e5 was pasted instead of å. Without that change,
weston-terminal works fine.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>