std::locale::encoding
From cppreference.com
std::text_encoding encoding() const; |
||
Returns a std::text_encoding object that represents the implementation-defined encoding scheme associated with the locale *this.
[edit] Return value
A std::text_encoding object that represents the associated encoding scheme.
[edit] Example
This section is incomplete Reason: no example |
[edit] See also
[static] |
constructs a new text_encoding representing the ordinary character literal encoding (public static member function of std::text_encoding )
|