Summary: | Weston Terminal does not manage french characters | ||
---|---|---|---|
Product: | Wayland | Reporter: | cprigent <christophe.prigent> |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | medium | CC: | blei42 |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
cprigent
2012-08-17 15:16:02 UTC
Step 2 should work as of fdb4b025019edf9256d76223c9096f564a357f62. The other use cases need support for input methods, which is in the works. I'm out of the office until the 19th of August, included Thank you, Christophe. commit 894b3ecc634f09029afd0f910083f2df562f5a54 Author: Bryce Harrington <bryce@osg.samsung.com> AuthorDate: Mon Oct 10 15:31:47 2016 -0700 Commit: Bryce Harrington <bryce@osg.samsung.com> 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: https://bugs.freedesktop.org/show_bug.cgi?id=53648 Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.