mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
* Try XOpenIM with different locale modifiers Implements the solution suggested in https://github.com/tomaka/winit/issues/277#issuecomment-337751136. * Use empty XSetLocaleModifiers beforehand Also, for modifiers, convert from length-based UTF-8 strings to null-terminated bytestrings. * Add CHANGELOG entry and comments