Hi team
We are upgrading our application from v10.0p_2015-03-03/PowerEdition Deployment to v11.0p_2017-06-18/Enterprise Deployment.
In this process, we found that all arabic data which is coming through Datasource xml files are coming as "???????". Also we found that the arabic values in fmt tag, js constant and excel export are showing the arabic data properly.
After a deep investigation between excel export and normal listgrid fetch, we found that following line of code is returing the arabic data to ????? .
Class: com.isomorphic.rpc.RPCManager
line: jsTrans.toJS(orderedResponseList, out);
In this line, orderedResponseList is an input and out is an output. Arabic data is proper in the "orderedResponseList" but not in "out".
We are upgrading our application from v10.0p_2015-03-03/PowerEdition Deployment to v11.0p_2017-06-18/Enterprise Deployment.
In this process, we found that all arabic data which is coming through Datasource xml files are coming as "???????". Also we found that the arabic values in fmt tag, js constant and excel export are showing the arabic data properly.
After a deep investigation between excel export and normal listgrid fetch, we found that following line of code is returing the arabic data to ????? .
Class: com.isomorphic.rpc.RPCManager
line: jsTrans.toJS(orderedResponseList, out);
In this line, orderedResponseList is an input and out is an output. Arabic data is proper in the "orderedResponseList" but not in "out".
Comment