Question
LYANCE
FR
Last activity: 26 Jul 2017 11:31 EDT
How to display an arabic content
Hello everyone
I have some issue in displaying arabic content. I started by creating a data type and i entered an arabic content in all records.
when i'm trying to display the content in a dynamic grid layout; the arabic text is not supported.
How can i resolve the problem?
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Siemens
IN
Hi Imen,
If you enter the text directly in the textbox and then display it, arabic is displayed, but when it is fetched from DB it may not be displayed based on the encoding in the DB.
Please see if your DB supports arabic and is UTF-8 encoded.
If the issue still persists, you might have to write a custom control. But as per now, it looks like the issue from the DB side.
To test that, create a text input > configure on change to "post value" and refresh section. Create another text input below in the same section to use the same property, but as read only just for displaying the value.
When u enter any arabic text in the first text input, see that whether the same is displayed in the second text box.
LYANCE
FR
Hello Faizan
Indeed, it's an issue related with the DB encoding. But how can i modify the DB encoding ?
Siemens
IN
The DB has to be made to support UTF-8 encoding. Which DB are you using ?
LYANCE
FR
Hello Faizan
Thank you for your help
we switch the characterset from NLS_CHARACTERSET = WE8MSWIN1252 To AL32UTF8
but i don't see any changes and i'm not sure if i have to do something else.
Best Regards,
Toyota Finance Australia
AU
Hi,
Save the Arabic content in a property (Field value ) after fetching from DB and display it in UI. It may works.
LYANCE
FR
Hello
Thank you for your help.
I'm not sure about it. I display the cheklist in a Grid repeat layout
Best Regards,
Pegasystems Inc.
IN
Hello Imen,
If you still face issue following Chandrasekhar's suggestion(i.e. save the arabic content in property of field value), then refer this post. Here, the solution is to change the character set.
Regards,
Rincy
-
Shibesh Mishra
LYANCE
FR
Hello Rincyrappai
Thank you for your help, we change the characterset from NLS_CHARACTERSET = WE8MSWIN1252 to AL32UTF8 but i don't see any changes and i'm not sure if i have to do something else.
you find attached how i saved the arabic content.
Best regards