Arabic Language in Reports 10g [message #516702] |
Wed, 20 July 2011 02:36 |
|
Mr Yaz
Messages: 7 Registered: July 2011
|
Junior Member |
|
|
Hi everybody ..
I'm beginner in developer 10g
and I've problem in Arabic language in report (htmlcss & pdf).. I changed my UIFONT.ali more times
I was search in your pages about that problem , and i found good solution in this page (for pdf)
Please Also check these points.
1. Add C:\Windows\Fonts in REPORTS_PATH In Registry
2. Open this file C:\DSHome\tools\common\uifont.ali
3. Add this under [ Printer ]
Should look like this
Code: [ Printer ]
Arial = "arial.ttf"
Arial..italic... = "ariali.ttf"
Arial...Bold.. = "arialbd.ttf"
Arial..italic.Bold.. = "arialbi.ttf"
"Andale Duospace WT J" = "Aduoj.ttf"
"Albany WT J"="AlbanWTJ.ttf"
"Arabic Transparent"="artro.ttf"
4. Add this under [ PDF:Subset ]
Should look like this
Code: [ PDF:Subset ]
Arial = "arial.ttf"
Arial..italic... = "ariali.ttf"
Arial...Bold.. = "arialbd.ttf"
Arial..italic.Bold.. = "arialbi.ttf"
"Andale Duospace WT J" = "Aduoj.ttf"
"Albany WT J"="AlbanWTJ.ttf"
"Arabic Transparent"="artro.ttf"
Regards,
Irfan
now the columns which fetched from database is an Arabic language,
but the title of the columns still rubbish language (htmlcss & pdf)..
please help if there is any solutions
Thank you ..
|
|
|
|