Hi Just upgraded to SunOS gbm6 5.11 snv_106 i86pc i386 i86pc Solaris and the double quotes seem to stop working. Using a standard UK keyboard and LANG=en_US.UTF-8 Now I have seen this before but it sorted itself out, possibly as part of an upgrade.
Typing shift-2 gives nothing the first time then the second time I get ? Not sure how this will display but it looks like a small double quote. You can see more below paulj at gbm6:~/programming/ruby$ ./one.rb ./one.rb:2: Invalid char `\302' in expression ./one.rb:2: Invalid char `\250' in expression ./one.rb:2: warning: parenthesize argument(s) for future version ./one.rb:2: syntax error, unexpected $undefined, expecting $end puts ?Hello world!\n? ^ paulj at gbm6:~/programming/ruby$ cat -ev one.rb #!/usr/ruby/1.8/bin/ruby$ puts M-BM-(Hello world!\nM-BM-($ $ $ What one.rb should look like is paulj at gbm6:~/programming/ruby$ cat -ev one.rb #!/usr/ruby/1.8/bin/ruby$ puts "Hello world!\n"$ $ $ (I can get the double quotes to work using the German Keyboard!) For info paulj at gbm6:~/programming/ruby$ kbd -l type=6 layout=32 (0x20) delay(ms)=500 rate(ms)=40 paulj at gbm6:~/programming/ruby$ kbd -t USB keyboard paulj at gbm6:~/programming/ruby$ Any ideas or just wait till it goes away again :-) ? Cheers Paul