[Rails] Re: German letter ä, ö, ü in rfpdf

2009-04-15 Thread Salil Gaikwad
Hi all, anyone found any solution for German letter ä, ö, ü in rf pdf i'm facing same problem and i must have tto use PDF::Writer on linux. Regards, Salil -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you

[Rails] Re: German letter ä, ö, ü in rfpdf

2009-04-15 Thread Adam Meyer
Salil Gaikwad wrote: Hi all, anyone found any solution for German letter ä, ö, ü in rf pdf i'm facing same problem and i must have tto use PDF::Writer on linux. Regards, Salil Hi Salil, I made use of the prawn plugin mentioned above. It is very easy and powerful. Cheers -- Posted

[Rails] Re: German letter ä, ö, ü in rfpdf

2009-04-15 Thread Salil Gaikwad
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)

[Rails] Re: German letter ä, ö, ü in rfpdf

2009-04-15 Thread Salil Gaikwad
MaD wrote: You might wanna change Vorhunden to vorhanden to make it German. thanx. but I check it with google language tools and it translate correctly. neways that's not an issue i just wanna print special characters like ä, ö, ü in rfpdfand fortunatelly for me it works. Regards, Salil --

[Rails] Re: German letter ä, ö, ü in rfpdf

2009-04-15 Thread MaD
You might wanna change Vorhunden to vorhanden to make it German. --~--~-~--~~~---~--~~ 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 rubyonrails-talk@googlegroups.com To