Share via


<codecvt> Members

Reference

Enumerations

codecvt_mode

Specifies configuration information for locale facets.

Classes

codecvt_utf8

Represents a locale facet that converts between wide characters encoded as UCS-2 or UCS-4, and a byte stream encoded as UTF-8.

codecvt_utf8_utf16

Represents a locale facet that converts between wide characters encoded as UTF-16 and a byte stream encoded as UTF-8.

codecvt_utf16

Represents a locale facet that converts between wide characters encoded as UCS-2 or UCS-4 and a byte stream encoded as UTF-16LE or UTF-16BE.

See Also

Reference

<codecvt>