iTP Active Transaction Pages (iTP ATP) Programmer's Guide
ATP Objects, Properties, and Methods
iTP Active Transaction Pages (iTP ATP) Programmer’s Guide—522292-002
4-52
Global Functions
ATP_DISABLE_BACKQUOTE
Although backquotes can be used instead of the <server> and </server> tags, Compaq
does not recommend this practice. Use a different delimiter to mark the server-side
script boundaries instead of the backquote, especially if you use double-byte character
sets to represent languages such as Kanji, because the backquote character frequently
appears in those representations.
You can use the ATP_DISABLE_BACKQUOTE global variable to disable and enable
the backquote tags on all pages for all instances of atp.pway. The default value is OFF.
To disable the backquote add a directive similar to the following example:
Region /newscripts/* {AddCGI ATP_DISABLE_BACKQUOTE 1}
Note that this is a global setting. To override this global setting or provide its
functionality within a page or on a page-by-page basis, consult the Meta Tag Used for
MultiByte Support.