[PATCH libxkbcommon 1/2] makekeys: add all symbols converted to lower-case

Bill Spitzak spitzak at gmail.com
Mon Oct 1 18:28:41 PDT 2012


David Herrmann wrote:
> Hi Bill
> 
> Could you please avoid top-posting? It's so much easier to read
> comments if they are _below_ the quoted text.

Okay, I see that this is more like a compile-time operation, not run 
time. In that case I don't see a problem with case independence since it 
is just making a more complete table.

You might want it to fail with an error if it tries to make two 
identical entries, since it means that first entry is at least partially 
hidden, perhaps indicating a bug in the tables. I am concerned still 
that adding "Foo" twice will leave "foo" pointing at the first one.


More information about the wayland-devel mailing list