From: Maxim Ap on
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/.