Rangeview HTML Generator

Enabling Character Transcoding

Use the following arguments in your DS2CSF macro call to perform character transcoding on your SAS TITLE and FOOTNOTE lines. For more information on character transcoding, see Implementing Character Transcoding in the HTML Formatting Tools documentation.

Note: For SAS 9.2 or later, the DS2CSF macro is no longer supported. The documentation on this Web site is for Release 8.2 or earlier of SAS. Please migrate your applications to use the GKPI procedure with ODS and the JavaImg device driver.

charset=character-set-name
specifies the character set name that should appear in the <META> tag in your HTML file. The character set that is specified is the one that the browser uses to display your Web page. For more information, see Specifying the Character Set in the HTML Formatting Tools documentation.

Note: DS2CSF does not perform error checking on this value. Error handling of incorrect or unsupported character-set names is provided by the user's browser.

tranlist=transcoding-list-name
specifies the name and location of an existing transcoding list. The transcoding list can be one of the lists that we provide for you, or it can be a transcoding list that you create for your specific needs. The transcoding list name must be a four-level name, and the fourth level must be SLIST. This argument is required only if you are implementing character transcoding.