string EncodingFromCodePage (int  codePage)
 
Determine the HTML encoding for a page given a Windows code page value.
Exceptions:
| OutOfMemoryException  | Thrown when a low memory situation occurs. | 
Parameters:
Returns:
A string.
Determine the HTML encoding for code page 23. 
<xsl:variable name="VarEncoding" select="wwunits:EncodingFromCodePage(23)" />
 
Last modified date: 10/14/2020