Re: Which component determines a character?
From: Ellen Petrie (www.yahoo.com)
Date: 02/01/05
- Next message: serge: "Re: ReadFile (win32 API) cannot read more than 64 MB in one chunk"
- Previous message: Gary Chanson: "Re: Lifetime of driver PE file sections?"
- In reply to: Gary Chanson: "Re: Which component determines a character?"
- Next in thread: Slava M. Usov: "Re: Which component determines a character?"
- Reply: Slava M. Usov: "Re: Which component determines a character?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Feb 2005 20:18:25 -0000
> > My question is this, if I want to make a keyboard for a unicode country
> > where do I need to do it, is it in the keyboard driver level or is there
> > another software component that I need to know about?
>
> Unicode is not specific to countries. It's whole purpose is to be
> universal. The keyboard driver knows nothing about internationalization.
> It's a low level device.
>
> I don't understand what you're trying to do. It sounds like you're
> trying to add a new country to the list of locales. If that's even
> possible, I don't know how it's done. Why don't you describe what you're
> trying to accomplish?
What I would like to do is to add another keyboard, not another locale.
Take russian as an example, even though the russian keybaord is readily
available, it is the principle that interests me. How do I change the scan
codes of the keyboard to russian. Preferably, I am more interested in
the "correct way", i.e. the way it is done normally by the russian locale
or keybaord. Also, I am only interested in the keyboard aspect of this,
I am not interested with other locale issues, such as date formatting,
currency formatting, fonts availability, etc etc.
tia.
- Next message: serge: "Re: ReadFile (win32 API) cannot read more than 64 MB in one chunk"
- Previous message: Gary Chanson: "Re: Lifetime of driver PE file sections?"
- In reply to: Gary Chanson: "Re: Which component determines a character?"
- Next in thread: Slava M. Usov: "Re: Which component determines a character?"
- Reply: Slava M. Usov: "Re: Which component determines a character?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|