> Hi Salil,
>
> I made use of the prawn plugin mentioned above. It is very easy and
> powerful.
>
> Cheers
Hi Adam,
Thanx.
I try following code and it works fine for me.I test it only on linux
though.
enc = Iconv.new('Windows-1252', 'UTF-8')
pdf.select_font("Helvetica")
@data=enc.iconv("Persönlicher LS Vorhunden")
table.data = [
{"name" => @data, "race" => " "}
]
then it display "Persönlicher LS Vorhunden" correctly.
Regards,
Salil
--
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 this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---