Arabic number not shown properly

Viewed 157

i am using FOP 2.4 to obtain a PDF document from a combination of XML and XSLT. everything is fine except number that need to be shown in farsi(arabic or hindi in MS Office) font. i am using this code to get number value of a block and format that: <xsl:number value="rahgiri" format="&#x0623;" lang="fa"/> the result is: enter image description here

but needed result is: enter image description here

any help is appreciated

0 Answers
Related