9fans archive / 1997 / 09 / 61 / prev next From: rob@pla... rob@pla... Subject: [9fans] Questions Date: Wed, 10 Sep 1997 14:17:10 -0400 The up arrow is disinguished in Brazil from the others, but it's not systematic across machines; the exact behavior of the keyboard is machine-dependent, although it shouldn't be. > But just because a key is identified by a funny unicode > glyph doesn't mean that the terminal emulator has to print that glyph > whenever the key is struck; it just means that programs that care have > a way to get an unambiguous symbol from the system. But that's just it: how can a program tell an arrow key from a legitimate arrow character when they driver doesn't disambiguate? It's a bad idea to send Unicode values for control characters. It's a terrible idea. -rob