Discussions
Categories
- 196.8K All Categories
- 2.2K Data
- 235 Big Data Appliance
- 1.9K Data Science
- 449.9K Databases
- 221.6K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 549 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 532 SQLcl
- 4K SQL Developer Data Modeler
- 186.9K SQL & PL/SQL
- 21.3K SQL Developer
- 295.5K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.1K Development Tools
- 104 DevOps
- 3.1K QA/Testing
- 645.9K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 154 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 17 Java Essentials
- 158 Java 8 Questions
- 85.9K Java Programming
- 79 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.2K Java SE
- 13.8K Java Security
- 203 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 402 LiveLabs
- 37 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.6K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 230 Portuguese
Arabic numbers are not displaying properly in Report Builder 11.2

Hai Everyone,
I have a query related to Arabic numbers. Actually i'm using report builder 11g which its having Arabic text and numbers. Arabic text is working fine and if add the below parameters in reports.sh file Arabic numbers also displaying proper but full report its showing Arabic numbers.
REPORTS_ARABIC_NUMERAL=HINDI
REPORTS_BIDI_ALGORITHM=UNICODE
Actually i want to display a specific field only in Arabic numbers and i don't want to display all the fields in Arabic. Without adding the above parameters and without disturbing the other fields is it possible to display the specific field in Arabic numbers.
Answers
-
Try setting REPORTS_ENHANCED_BIDIHANDLING=YES to use the new BIDI mechanism.
Thanks, Suresh
-
Dear Mr. Suresh,
thanks for your reply. do i need to keep the above 2 parameters also or above as you mentioned that is enough?
REPORTS_ENHANCED_BIDIHANDLING=YES
-
User_AWHMX, Include all 3 parameters
-
Mr. Suresh,
After i did also its changing for all the fields as per attachment. actually i just want to change the price field only in arabic numbers and others should be normal only. But if i add all 3 its changing whole invoice.
-
Has the report been built in that way to show ONLY Price field in Arabic and others are in English Numerical?
Is the value database derived or static/computed in Reports?
What is the NLS_LANG used during Build/recompile and runtime?
Checking if PDF subsetting is already enabled.
https://docs.oracle.com/cd/E48391_01/doc.11120/e24479/pbr_pdf004.htm#RSPUB23427
Thanks, Suresh
-
Dear Mr. Suresh,
Has the report been built in that way to show ONLY Price field in Arabic and others are in English Numerical?
No thats what i want to know that how can i do that.
Is the value database derived or static/computed in Reports?
these values from the database only.
What is the NLS_LANG used during Build/recompile and runtime?
AMERICAN_AMERICA.AR8MSWIN1256
Checking if PDF subsetting is already enabled. Yes its enabled.
-
When you say database columns, are the values stored as multibyte/Arabic in the database?
What are the font mappings for PDF subsetting?
Thanks, Suresh
-
no its not stored in arabic. its numeric numbers only.
i think if we add new arabic font its working in test environment. i will test in produstion also.
helvetica..Oblique.Medium = "Sadvocra.ttf"
helvetica..Plain.Medium = "Sadc128d.ttf"
helvetica...Bold = "CarolinaBar-B39-25F2-Normal.ttf"