From: Dor Kalev Date: 2006-05-15T21:40:00+09:00 Subject: Re: extract DIV from HTML Christoffer Sawicki wrote: >> 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/ WOW! It works amazing amazingly well! I steel have a problem that i seem to be unable to use Mechanize to get information from pages on the same server (i am using Webrick), perhaps it is that Webrick can not run two instances together? -- Posted via http://www.ruby-forum.com/.