search for: invalidencoding

Displaying 2 results from an estimated 2 matches for "invalidencoding".

2009 Jun 07
1
Iconv::InvalidEncoding (""ISO-8859-1"", "UTF-8")
Hi, I''m having the error: Iconv::InvalidEncoding: invalid encoding (""ISO-8859-1"", "UTF-8") when trying to post via Mechanize. It used to work just fine, but the error appeared after (I think) upgrading to Rails 2.3.2, Ruby 1.8.7, Mechanize 0.9.2 (I upgraded a while ago and only now noticed the problem). What does...
2011 May 13
0
Using spreadsheet gem with Oracle data
I have successfully used the spreadsheet gem to export data out of a mysql database. I am now trying to do something similar using an Oracle 11g database configured for UTF-8 data. But I get the following error on the ''workbook = Spreadsheet::Workbook.new'' line of code: Iconv::InvalidEncoding in VisitLogsController#index invalid encoding (''UTF-8, ''UTF-8'') Has anybody seen this?? Thanks! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to...