From: Maxim Ap Date: 2010-04-23T02:43:48+09:00 Subject: Ruby and Japanese Hi All Here is the problem that stops me: I have UTF-8 ruby file with code: $KCODE = "UTF-8" p "日立ソフト" If run command c:\test>ruby test.rb I get string that looks like: "譌・遶九た繝輔ヨ" And I don't know how to get the same string in result. Any suggestions? -- Posted via http://www.ruby-forum.com/.