Core Library
Namespaces | Functions
AnsiWide.cpp File Reference

Ansi/Wide string conversion functions. More...

#include "Common.hpp"
#include "AnsiWide.hpp"
#include <locale>

Namespaces

namespace  Core
 

The Core Library namespace.


Functions

void Core::ansiToWide (const char *pszBegin, const char *pszEnd, wchar_t *pszDst)
 Convert a string from ANSI to Wide.
std::wstring Core::ansiToWide (const char *pszBegin, const char *pszEnd)
 Convert a string from ANSI to Wide.
void Core::wideToAnsi (const wchar_t *pszBegin, const wchar_t *pszEnd, char *pszDst)
 Convert a string from Wide to ANSI.
std::string Core::wideToAnsi (const wchar_t *pszBegin, const wchar_t *pszEnd)
 Convert a string from Wide to ANSI.

Detailed Description

Ansi/Wide string conversion functions.

Author:
Chris Oldwood