XMLEncodingMode

Used to specify international characters in URLs in the browser used for the Content Server.

Setting this variable to FULL may be useful in the following instances:

  • If a Content Server is being used in a browser that is using UTF-8 (that is, with the setting "Always send URLs as UTF-8" enabled). This usually occurs only in older versions of Microsoft browsers.

  • If a custom component is created that puts Content Server URLs into Javascript variables. In that case, the URLs may need to be fully encoded.

  • If a Content Server is being accessed through a PDA-type device (PALM, handheld computer, and so on). If a component is used that provides accessibility through these devices, then the URLs may need to be fully encoded. These devices may not support non-7-bit characters in their URLs.

Default is PARTIAL.

Type and Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

XMLEncodingMode=full