<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:bryce@osg.samsung.com" title="Bryce Harrington <bryce@osg.samsung.com>"> <span class="fn">Bryce Harrington</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Weston Terminal does not manage french characters"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=53648">bug 53648</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Weston Terminal does not manage french characters"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=53648#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Weston Terminal does not manage french characters"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=53648">bug 53648</a>
              from <span class="vcard"><a class="email" href="mailto:bryce@osg.samsung.com" title="Bryce Harrington <bryce@osg.samsung.com>"> <span class="fn">Bryce Harrington</span></a>
</span></b>
        <pre>commit 894b3ecc634f09029afd0f910083f2df562f5a54
Author:     Bryce Harrington <<a href="mailto:bryce@osg.samsung.com">bryce@osg.samsung.com</a>>
AuthorDate: Mon Oct 10 15:31:47 2016 -0700
Commit:     Bryce Harrington <<a href="mailto:bryce@osg.samsung.com">bryce@osg.samsung.com</a>>
CommitDate: Tue Oct 11 10:42:50 2016 -0700

    clients: Add XKB compose key support

    This adds single-symbol compose support using libxkbcommon's compose
    functionality.  E.g., assuming you have the right alt key defined as
    your compose key, typing <RAlt>+i+' will produce í, and <RAlt>+y+= will
    produce ¥.  This makes compose key work for weston-editor,
    weston-terminal, weston-eventdemo, and any other clients that use
    Weston's window.* routines for accepting and managing keyboard input.

    Compose sequences are loaded from the system's standard tables.  As
    well, libxkbcommon will transparently load custom sequences from the
    user's ~/.XCompose file.

    Note that due to limitations in toytoolkit's key handler interface, only
    compose sequences resulting in single symbols are supported.  While
    libxkbcommon supports multi-symbol compose strings, support for passing
    text buffers to Weston clients is left as future work.

    This largely obviates the need for the weston-simple-im input method
    client, which had provided a very limited compose functionality that was
    only available in clients implementing the zwp_input_method protocol,
    and with no mechanism to load system or user-specified compose keys.

    Fixes: <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Weston Terminal does not manage french characters"
   href="show_bug.cgi?id=53648">https://bugs.freedesktop.org/show_bug.cgi?id=53648</a>
    Signed-off-by: Bryce Harrington <<a href="mailto:bryce@osg.samsung.com">bryce@osg.samsung.com</a>>
    Reviewed-by: Daniel Stone <<a href="mailto:daniels@collabora.com">daniels@collabora.com</a>>
    Reviewed-by: Eric Engestrom <<a href="mailto:eric.engestrom@imgtec.com">eric.engestrom@imgtec.com</a>>
    Reviewed-by: Emmanuel Gil Peyrot <<a href="mailto:linkmauve@linkmauve.fr">linkmauve@linkmauve.fr</a>></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>