From: Christoffer Sawicki Date: 2006-05-15T21:32:15+09:00 Subject: Re: extract DIV from HTML > I want to take the DIV from a page with certain encoding (WINDOWS-1255) > and put it in a UTF8 page. > Is there any thing that does the conversion needed? iconv! http://www.ruby-doc.org/stdlib/libdoc/iconv/rdoc/ -- Christoffer Sawicki