Gemmi C++ API
Loading...
Searching...
No Matches
Namespaces | Functions
utf.hpp File Reference

Conversion between UTF-8 and wchar. Used only for file names on Windows. More...

#include <string>

Go to the source code of this file.

Namespaces

namespace  gemmi
 

Functions

std::wstring gemmi::UTF8_to_wchar (const char *in)
 
std::string gemmi::wchar_to_UTF8 (const wchar_t *in)
 

Detailed Description

Conversion between UTF-8 and wchar. Used only for file names on Windows.

Definition in file utf.hpp.