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:
codePage
The code page.
Returns:
A string.
Determine the HTML encoding for code page 23.
<xsl:variable name="VarEncoding" select="wwunits:EncodingFromCodePage(23)" />
Was this helpful?
Last modified date: 10/14/2020