Re: [PATCH] terminal: support entering non-ascii characters

2012-08-29 Thread Kristian Høgsberg
On Sat, Aug 18, 2012 at 01:38:38PM +0200, Philipp Brüschweiler wrote: > Unless the alt modifier is active and the MODE_ALT_SENDS_ESC mode is not > set, any value over 127 is converted to a UTF8 sequence. > > Part of https://bugs.freedesktop.org/show_bug.cgi?id=53648 should be > fixed with this. >

[PATCH] terminal: support entering non-ascii characters

2012-08-18 Thread Philipp Brüschweiler
Unless the alt modifier is active and the MODE_ALT_SENDS_ESC mode is not set, any value over 127 is converted to a UTF8 sequence. Part of https://bugs.freedesktop.org/show_bug.cgi?id=53648 should be fixed with this. Part of https://bugs.freedesktop.org/show_bug.cgi?id=52419 is fixed, but interest