ARABIC CHARACTERS APPEAR AS QUESTION MARKS STAND ALONE BI PUBLISHER - 10.1.3.4.1
the reports how the arabic as ?????? in the Bi publisher standalone
Actions:
1- we changed the file:
xmlp-server-config.xml:-
==============
<?xml version="1.0" encoding="UTF-8"?>
to
xmlp-server-config.xml:-
==============
<?xml version="1.0"?> , <?xml version="1.0" encoding="WEIO8859P1"?> but data always come with UTF-8
2- the NLS_CHARACTERSET of the environment is
NLS_LANG=American_America.WE8ISO8859P1
Is same as the NLS lang of the source database
3- the XML data file itself show the arabic characters as question marks
could anybody help please?
Actions:
1- we changed the file:
xmlp-server-config.xml:-
==============
<?xml version="1.0" encoding="UTF-8"?>
to
xmlp-server-config.xml:-
==============
<?xml version="1.0"?> , <?xml version="1.0" encoding="WEIO8859P1"?> but data always come with UTF-8
2- the NLS_CHARACTERSET of the environment is
NLS_LANG=American_America.WE8ISO8859P1
Is same as the NLS lang of the source database
3- the XML data file itself show the arabic characters as question marks
could anybody help please?
0