IRB, Windows and International Keyboards

Hello!

I have a hungarian keyboard on a windows machine.

When I go into IRB, I can only type characters as if I had an English
standard keyboard hooked in.

Hence I can’t type any special characters properly.

Is there any way to get IRB to work with an foreign (in this case
hungarian)
Keyboard?

Thanks,
rob :slight_smile:

On 6/29/06, Robert MannI [email protected] wrote:

Is there any way to get IRB to work with an foreign (in this case hungarian)
Keyboard?

Have a look at this:

regards,

Peter

The simplest workaround I’ve found:
irb --noreadline

Robert MannI wrote:

Hello!

I have a hungarian keyboard on a windows machine.

When I go into IRB, I can only type characters as if I had an English
standard keyboard hooked in.

Hence I can’t type any special characters properly.

Is there any way to get IRB to work with an foreign (in this case
hungarian)
Keyboard?

Thanks,
rob :slight_smile:

Thanks alot!