From: Misha Ognev Date: 2011-05-22T04:44:54+09:00 Subject: Array.index with utf-8 Hi. I have a problem. Windows7 I have an array with russian symbols. Then I want to find something element in it by Array.index(elem). In NetBeans 6.9.1 (it settings with utf-8) it works(write index in FixNum class), but when i run .rb from a windows, it doesn't work(write nil and NilClass). Why? P.S. I'm paste the string: "# coding: utf-8" in the start of my script, and all other operations works great, exclude this. What I must to do? Thanks in advance -- Posted via http://www.ruby-forum.com/.