From: Emil Sandin Date: 2007-03-15T16:58:14+09:00 Subject: characters '{', '[' in irb I have two computers (Windows XP on both) where Ruby is installed. On one of them everything is working fine, but the other one isn't. If I copy these lines: {"one" => 1} ["one", "two", "three"] and paste it into irb I get this instead: "one" => 1 "one", "two", "three" And then I get syntax error for both. Why isn't all of the characters copied? It's also impossible to type these characters. Regards Emil -- Posted via http://www.ruby-forum.com/.