2018 Dec 26 11:05 AM
Hi,
I am trying to display some arabic text using class cl_gui_html_viewer in module pool screen container.
English text is displayed proper but Arabic text is displayed as garbage.
Program is Unicode and i an using method GET_RECOMMENDED_CHARSET with language as 'A' and passing output to LOAD_DATA method.
Please suggest how to display Arabic text.
APPEND '<html>' TO html.
APPEND 'عزيزي المستخدم،' TO html.
Thanks
2018 Dec 26 12:24 PM
For some reasons, so that all non-roman characters are correctly displayed, you must pass an HTML table with both <HTML> and <BODY> tags.
You don't need to pass a charset value.
2018 Dec 26 12:24 PM
For some reasons, so that all non-roman characters are correctly displayed, you must pass an HTML table with both <HTML> and <BODY> tags.
You don't need to pass a charset value.
2018 Dec 27 6:33 AM
Thanks Sandra,
After passing <BODY>, arabic is displayed properly.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |