The following table shows the Internet Explorer MLang functions with a description of the purpose of each.
| Programming element | Description |
|---|---|
| ConvertINetMultiByteToUnicode | This function translates a source string to a Unicode string and returns the result to each result buffer. |
| ConvertINetString | This function performs character set conversion between a given source code page and a destination code page identifier. |
| ConvertINetUnicodeToMultiByte | This function translates a character stream in Unicode to the specified destination code page. |
| IsConvertINetStringAvailable | This function is used by an application to verify that the specified character set conversion can be performed. |
| LcidToRfc1766 | This function translates a Windows locale identifier to a human-readable name that conforms to RFC-1766. |
| Rfc1766ToLcid | This function translates an RFC-1766-conforming name to a locale identifier (LCID) value. |
Send Feedback on this topic to the authors