<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#c5">Comment # 5</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>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.</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>