Generating PDF With Another Encoding
A PDF document is a favourite way how to display and store a view on data, sometimes called as a report. Of course, your Ruby On Rails application can display data in a very nice form, but definitively a PDF document is a way how to store a report. Actually, it is one of the most wanted ways.
There is a nice page How to Generate PDF in Ruby on Rails that describes different frameworks for generating a PDF document in RoR.
Everything seems be fine, shiny… But did you try to generate PDF with a different encoding then ISO-8859-1? Well, maybe you know, maybe not, but there are also another languages and some of them use also special small funny waves or lines under or above (sometimes also on the sides of) a letter. Experts may call them acute, wedge or umlaut. But in the computer world, we can simply call them: complications.
So, are you a lucky person that should to put to a report words like čučoriedka?
(There is more where this came from … )
Now we know about a tool to automate the deployment of an application, but we need to deploy our application to a production environment — I decided for the combination of 