ConversionCodepage Struct Reference

Helper for converting between different codepages. More...

List of all members.

Public Types

enum  Codepage
 ConversionCodepage::Codepage, used in combination with UnicodeConverter. More...


Detailed Description

Helper for converting between different codepages.


Member Enumeration Documentation

enum Codepage

ConversionCodepage::Codepage, used in combination with UnicodeConverter.

States what kind of conversion you'd like E.g. if you have a std::string which you now is in UTF-8 you need to use ConversionCodepage::Codepage UTF8 to convert it to a std::wstring

Back to SmartWin website
SourceForge.net Logo