Obtaining MIME Information (Windows Embedded CE 6.0)

1/6/2010

The Multipurpose Internet Mail Extensions (MIME) database contains detailed information about character sets, code pages, and locales. Microsoft® Internet Explorer 6 stores the MIME database internally, rather than in the system registry. This ensures that the data remains stable and synchronized.

MLang uses the MIME database to gather the information necessary to convert strings between code pages, as well as to translate code page identifiers to charset names and locale identifiers (LCIDs) to RFC1766-conforming names.

The following list shows the structures used to gather and contain information from the MIME database about specific code pages, character sets, and locales:

The following list shows the IMultiLanguage methods to use to obtain information from the MIME database. A number of these methods use this information to convert between RFC1766-conforming names and LCIDs or between Internet character sets and Windows code pages.

See Also

Other Resources

Internet Explorer Multiple-Language API Application Development