hey, my database had charset latin1, i changed that all to utf8 cuz i had info like étage => étage and i have changed that to utf8, then when i edit through the site a location and enter étage, "étage" will be in the database. Now my problem is that when i create a pdf, étage is displayed like étage again. even when i put this in the code send_data pdf.render, :filename =>"test.pdf", :type => "application/pdf;charset=utf-8" can anyone help me?
On 08/12/05, Brutyn Nick <brutyn_nick-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> wrote:> my database had charset latin1, i changed that all to utf8You will need to convert from UTF-8 to Latin 1. PDF::Writer does not yet support UTF-16, but PDF itself will not support UTF-8 in any case. -austin -- Austin Ziegler * halostatue-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org * Alternate: austin-/yODNl0JVVCozMbzO90S/Q@public.gmane.org