RE: Typing International Text

2001-03-22 Thread Martin, Stephen
One way to do this is to use the unicode escape sequences. eg: \u00a9 would include the unicode character for the copyright symbol. You can find the unicode values at www.unicode.org > Does anyone know the secret to typing non-Latin-1 text into a > Java program > on Linux? I've tried everything

Typing International Text

2001-03-21 Thread Michael Grinder
Does anyone know the secret to typing non-Latin-1 text into a Java program on Linux? I've tried everything I can think of, but so far Java programs stubbornly refuse to accept anything but Latin-1 characters from the keyboard. Here's my setup: Debian GNU/Linux (potato with some packages from uns