Re: [PATCH 01/10] terminal: UTF-8 support

2011-01-09 Thread Callum Lowcay
Hi, Public repository now up at https://github.com/CLowcay/wayland-terminal -- Callum On Sat, 2011-01-08 at 21:16 -0500, Kristian Høgsberg wrote: > Hi Callum, > > Thanks, that's great, I've applied the entire series and pushed. If > you have more patches coming, it'll be a lot easier for me to

Re: [PATCH 01/10] terminal: UTF-8 support

2011-01-09 Thread Bill Spitzak
Please make sure that errors result in only the first byte of an error being replaced and UTF-8 parsing continuing with the second byte. For instance if 0xE0 followed by 0x20 should produce an error indicator followed by a space. It appears this code will only produce an error indicator. In

Re: Compatibility map

2011-01-09 Thread Dirk Wallenstein
On Sat, Jan 08, 2011 at 01:20:34PM -0500, Marty Jack wrote: > There is a part of the keyboard description called the Compatibility Map. > This is supposed to be for clients that predate Xkb, and gives rules for how > to map Xkb modifier events onto pre-Xkb events. > > It's also the case that is