Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
Character Translation (RealWeb) (routines.htm)
When displaying text in a browser, certain characters, such as the less-than-sign (<), the greater-than-sign (>) and the ampersand (&), have special meaning. The routines in this category allow you to convert these characters into specially encoded entities that the browser displays as the original characters.
RW_TRANS | Processes the contents of a string to convert certain reserved character values, then appends the converted text to the specified RealWeb buffer. |
RWS_TRANS | Processes the contents of a string to convert certain reserved character values. |
* RW_PUT_TRANSLATED (Deprecated) | Appends text directly to the output buffer, after converting certain reserved character values. |
A leading asterisk indicates that the subroutine was present in RealWeb 2.