14#ifndef OSGDB_CONVERTUTF
15#define OSGDB_CONVERTUTF 1
22#if defined(__CYGWIN__) || defined(__ANDROID__)
25typedef basic_string<wchar_t> wstring;
The osgDB library provides support for reading and writing scene graphs, providing a plugin framework...
Definition Archive:24
OSGDB_EXPORT std::string convertStringFromCurrentCodePageToUTF8(const char *source, unsigned sourceLength)
OSGDB_EXPORT std::wstring convertUTF8toUTF16(const char *source, unsigned sourceLength)
OSGDB_EXPORT std::string convertUTF16toUTF8(const wchar_t *source, unsigned sourceLength)
OSGDB_EXPORT std::string convertStringFromUTF8toCurrentCodePage(const char *source, unsigned sourceLength)
#define OSGDB_EXPORT
Definition Export:39