omni::char_util::to_wchar
NAME

omni::char_util::to_wchar

A function of omni::char_util

#include <omni/types/char_t.hpp>
inline wchar_t omni::char_util::to_wchar(char c, int code_page)


OVERLOADS

inline wchar_t omni::char_util::to_wchar(char c)
inline wchar_t omni::char_util::to_wchar(wchar_t wc)
inline wchar_t omni::char_util::to_wchar(wchar_t wc, int code_page)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top