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?