
When you use the capture feature to define the source content of a URL iView (see Selecting the Capture Area ), the portal displays the iView's contents in the UTF-8 character encoding set only, regardless of their original encoding set. If the character encoding of the iView's target Web page is not UTF-8, the portal converts the input stream at runtime to UTF-8 before displaying it.
To enable this process at runtime, the portal must perform two passes over the entire input stream of the target Web page before the iView is displayed in the portal:
The first pass is to detect the original character encoding defined in the HTTP header of the target Web page.
The second pass converts the input stream of the Web page to UTF-8. This pass is only performed if the original character encoding of the target Web page is not UTF-8.
Each pass the portal performs takes time, which lowers the response time of an URL iView at runtime. The following properties allow you to suppress the first pass, and thus improve its runtime response time:
|
Always Detect Character Encoding of Web Page |
This property allows you to set the status of the portal's automated character encoding detection mechanism of the target Web page defined by the URL iView. Set the property value as follows:
Note the following:
|
|
Force Detection of Character Encoding |
When the Always Detect Character Encoding of Web Page property is set to No this property allows you to enforce a one-time redetection of the character encoding set used by the target Web page the next time the iView is viewed/previewed. This property can be useful when attempting to fix a URL iView that displays garbled text. You can also use this property if you know that the character encoding of the iView's target Web page has changed. After you change the value to Yes , save the iView and then preview* it. The value of this property is then automatically reverted to No . To use it again, set the property back to Yes . Note the following:
|
* Click Preview on the toolbar in the object editor; do not use the preview capability in the Browse and Capture tabs.