- From: AshTen <ashutosh.tengshe@rsystems.com>
 - Date: Fri, 29 May 2009 00:39:54 -0700 (PDT)
 - To: www-xsl-fo@w3.org
 
Hi,
I am using fop for generating PDF. In case of Arabic characters I am using
block-container and I am using writing-mode property. the value I am setting
for this parameter is "rl-tb".
The text is appearing Right to left but the problem is all the characters
are getting inverted. (all the characters appears as mirror of themselves)
the block I am defining as following
<fo:block-container writing-mode="rl-tb" >
	<fo:block xml:lang="ar" text-align="{$talign}" break-before="{$pbreak}" >
			Text goes here
	</fo:block>
</fo:block-container>	
I am stuck at this point, Can anyone please guide me for this problem?
-- 
View this message in context: http://www.nabble.com/Right-ot-Left-Writing-mode---Characters-are-getting-inverted-tp23775652p23775652.html
Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.
Received on Friday, 29 May 2009 11:08:38 UTC