From: Tobes Date: 2007-01-05T02:05:11+09:00 Subject: Re: ruby iconv UTF-8 to ISO-8859-2 (Polish) Just to add a little more to the situation, I discovered that the client is first entering their Polish language text in Microsoft Notepad, and saving as Unicode. Example document here: http://www.tobinharris.com/media/mtq48.report.polish.1.txt They are then cutting and pasting this into a web form. The web form is UTF-8 (this is set in HTML header, and we're using Lighttpd server). The web form gets saved by RubyOnRails to the MySQL database, which is set to store text in UTF-8. Both the web site and reports use the UTF-8 data entered through the web form. The web site displays it fine, it's just that when I come to pass it into Ruby FPDF, problems start (see http://www.tobinharris.com/media/mtq38.jpg). Also, when I view the data in the MySQL query browser, it looks jumbled (see http://www.tobinharris.com/media/mtq38_db.jpg). Another site using UTF8 looks fine in the query analyzer (Japanese, Chinese, Swedish etc). Any thoughts welcome Thanks Tobin