#include "Stroika/Foundation/StroikaPreComp.h"
#include <exception>
#include <string>
#include <vector>
#include "Stroika/Foundation/Common/Common.h"
#include "Stroika/Foundation/Memory/Common.h"
#include "CodePage.inl"
Go to the source code of this file.
Classes | |
class | Stroika::Foundation::Characters::CodePageNotSupportedException |
Namespaces | |
namespace | Stroika::Foundation |
namespace | Stroika::Foundation::Characters |
namespace | Stroika::Foundation::Characters::WellKnownCodePages |
Typedefs | |
using | Stroika::Foundation::Characters::CodePage = uint32_t |
Functions | |
wstring | Stroika::Foundation::Characters::GetCharsetString (CodePage cp) |
Returns a character encoding name registered by the IANA - for the given CodePage. | |
This module is designed to provide mappings between wide UNICODE and various other code pages and UNICODE encodings.
Definition in file CodePage.h.