>> I have a word = "§±§²§ª§£§¦§´", it's in russian, and i want to downcase this >> word(=§á§â§Ú§Ó§Ö§ä). But standart method downcase not works with non-english >> letters >> >> Thank you for reply >> Reply with quote > > > Did you try using the character-encodings gem? > > http://rubyforge.org/projects/char-encodings/ > > http://snippets.dzone.com/posts/show/2786 Thank you for reply But i can't install this plugin on Windows(the problem i think with command 'make', it's missing on Windows XP, so i can't compile source) Who knows solution for this problem? Thanks -- Posted via http://www.ruby-forum.com/.