For Win32 API. More...
Typedefs | |
typedef ucs4::iterator_base < utf16::string, ucs4_convert_impl::convert_impl < char_t >::type > | iterator |
typedef wchar_t | char_t |
typedef std::vector< char_t > | string |
For Win32 API.
On Windows, wchar_t is defined as Uint16. Wide strings are expected to be UTF-16.
On windows, wchar_t is defined as Uint16. Wide strings are expected to be UTF-16.
typedef wchar_t utf16::char_t |
Definition at line 49 of file unicode_types.hpp.
typedef ucs4::iterator_base<utf16::string, ucs4_convert_impl::convert_impl<char_t>::type> utf16::iterator |
Definition at line 34 of file unicode.hpp.
typedef std::vector<char_t> utf16::string |
Definition at line 50 of file unicode_types.hpp.