Anton Mayetic 28.Mar.12 08:39 AM a Web browser General8.5.1 (Lotus Domino)Windows
Hi all,
We have a problem displaying imported pages by the use of the ActiveX. This may concern migrated content or newly imported pages since HF25. All special characters are replaced by question marks! (?)
First the download servlet did not support them, so we already configured the server to allow direct file download without using the servlet.
Now Firefox is able to download and display the converted documents correctly in case the URL is pasted directly in the navigator, however the Quickr UI still displays question marks...
The dojo Ajax call does not seem to support the Windows-1252 caracter set. We have been looking all over, no remedy. The server is not willing to convert the file to UTF-8 either, no matter what configuration. This is probably due to the format of the file attachment produced by the activex.
One way out would be to reuse the servlet and have it convert the file to UTF-8 on the fly, as UTF-8 is supported by Ajax. Does anybody knows about parameters allowing to control the servlet??
If not, we will have to redevelop the Ajax part in renderPreview.js and replace it by an iFrame source call. But that is going to cost us quite some time.