Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Ruby (http://www.velocityreviews.com/forums/f66-ruby.html)
-   -   irb problem with swiss german keyboard layout on windows xp (http://www.velocityreviews.com/forums/t833332-irb-problem-with-swiss-german-keyboard-layout-on-windows-xp.html)

Maurice Fäh 09-08-2006 09:00 AM

irb problem with swiss german keyboard layout on windows xp
 
Hi

I can't use string interpolation in irb,
when using the "swiss german" keyboard layout and windows xp console.

When I try to enter this:

irb(main):001:0> print " test #{}"

it's turned into this:

irb(main):001:0> #print "test
irb(main):002:0* {}

I guess this is a bug. If so where do I report it?

Thanks

--
Posted via http://www.ruby-forum.com/.



All times are GMT. The time now is 05:04 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57