Hi,
we have a dropdown in dcr in which we need to need to set the value from database.
we are calling a cgi from formapi in which we are getting the vale and using parent.getscriptframe we are setting the options in the calling item.
it works fine for english but in arabic, it prints ????? in the log as well as in the dropdown.
for french, it prints correctly in the log file ( with accent etc ) but it is not able to set options in the dropdown.
the database encdoing is default for sql ucs-2.
we have tried using html::entities and encode decode but no success yet.
any pointer will be helpful.
Thanks.