![]() |
Report Generation in Russian Langauage |
Post Reply
|
| Author | |
Ankur
Newbie
Joined: 07 Jun 2011 Location: IN Posts: 4 |
Post Options
Quote Reply
Topic: Report Generation in Russian LangauagePosted: 10 Jun 2011 at 12:45am |
|
Hi
I am Ankur. I need to generate a report in Russian Language. I am all ready generating reports in other language. I am using XML ( which contains my data ) and XSL ( style Sheet) I also configured fop.xconf like: <font metrics-url="/root/Desktop/26thMay_Localization_RND/lucon_ankur.xml" kerning="yes" embed-url="/root/Desktop/26thMay_Localization_RND/lucon.ttf"> <font-triplet name="LUCON" style="normal" weight="normal"/> </font> and XSL as : <fo:block text-align="left" font-family="LUCON" font-style="normal" font-weight="normal" font-size="9pt"> Russian: А Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я а б в г д е ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ы ь э ю я </fo:block> and when i execute this command : java -jar fop.jar -d -c /usr/share/fop/conf/fop.xconf -xml Sample3Report.xml -xsl Sample3Report.xsl -ps 1.ps the output is not in russian language. Can someone please guide me ?
|
|
![]() |
|
gabig
Admin Group
Joined: 06 Aug 2008 Posts: 144 |
Post Options
Quote Reply
Posted: 13 Jun 2011 at 10:37am |
|
Hi,
This is an encoding issue. Find out which encoding FOP expects your input to be in and then resave your XSL-FO in that encoding. We do not actively support FOP however, so we cannot provide you with this information. UTF-8, UTF-16 and ISO-8859-2 are some possibilities you can try, but we can't guarantee the extents of FOP's Unicode support. Regards, Gabi
|
|
![]() |
|
Post Reply
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |