I'm currently using ruby 1.9.2p290, rails 3.1.3 and prawn 0.12.0
I try to render a pdf which will show arabic strings. These strings are written in rtl direction.
The result obtained show only characters with their regular versions (uppercase) but i need to have initial, medial or final characters according to their positions in words (as they could be displayed differently).
Someone could help me to fix this problem ? Can Prawn handle this?