Returns a list of the code pages and character sets supported by sp_makewebtask.
sp_enumcodepages
0 (success) or 1 (failure)
Column name | Data type | Description |
---|---|---|
Code Page | integer | Code page supporting the character set |
Character Set | varchar(50) | Character set alias code recognized by Microsoft® Internet Explorer and other browsers. |
Description | varchar(255) | Description of the character set. |
The appropriate .nls files must be installed by the operating system and made available so that sp_makewebtask can create the .htm file from the proper code page.
Execute permissions default to the public role.
This example returns a list of supported code pages and character sets supported by sp_makewebtask.
EXEC sp_enumcodepages
sp_makewebtask | System Stored Procedures |