Previous Page | Next Page

Options for Commands, Statements, and Procedures for NLS

CHARSET= Option



Specifies the character set to be generated in the META declaration for the output.
Valid in: LIBNAME statement for the ODS MARKUP and ODS HTML statements
Category: ODS: Third-Party Formatted

Syntax
Arguments
Examples
Example 1: Generated Output in a META Declaration for an ODS MARKUP Statement
See Also

Syntax

CHARSET=character-set ;


Arguments

character-set

Specifies the character set to use in the META tag for HTML output.

An example of an encoding is ISO-8859-1. Official character sets for use on the Internet are registered by IANA (Internet Assigned Numbers Authority). IANA is the central registry for various Internet protocol parameters, such as port, protocol and enterprise numbers, and options, codes and types. For a complete list of character-set values, visit www.unicode.org/reports/tr22/index.html and www.iana.org/assignments/character-sets.

Note:   A character set is like an encoding-value in this context. However, character set is the term that is used to identify an encoding that is suitable for use on the Internet.  [cautionend]


Examples


Example 1: Generated Output in a META Declaration for an ODS MARKUP Statement

<META http-equiv="Content-Type" content="text/html; charset=iso-8858-1">


See Also

Conceptual Information:

Encoding for NLS

Statements:

ODS MARKUP in SAS Output Delivery System: User's Guide

ODS HTML in SAS Output Delivery System: User's Guide

Previous Page | Next Page | Top of Page