#1 2011-11-23 14:19:00

Majid
Member
Registered: 2011-11-23
Posts: 2

Problem to display RightToLeft texts in report

Hi
I entered some Persian and Arabic text (RightToLeft text) in MainDemo of framework for test, but these texts are not shown correctly.
How can I fix this problem?
Thanks

Offline

#2 2011-11-24 06:20:51

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,659
Website

Re: Problem to display RightToLeft texts in report

Which version of Delphi are you using?

Offline

#3 2011-11-24 16:21:02

Majid
Member
Registered: 2011-11-23
Posts: 2

Re: Problem to display RightToLeft texts in report

I use RAD Studio 2010

Last edited by Majid (2011-11-24 16:21:45)

Offline

#4 2011-11-25 07:11:12

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,659
Website

Re: Problem to display RightToLeft texts in report

RightToLeft is not handled yet for the UI generation.

Could you take a look at SQLite3i18n.pas unit?
I think this is the place where RTL could be implemented.

But if you create your own User Interface, you can handle any language, since mORMot is UTF-8 based, i.e. will natively handle Unicode strings.

The PDF report engine is able to handle arabic, thanks to other users feedback.

Offline

Board footer

Powered by FluxBB