> UTF-8 character downcase!! > Posted by Igor K. (demoversion) on 01.09.2007 12:24 > Hello, > Who can help me with problem? > > 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 -- Posted via http://www.ruby-forum.com/.