12345678910111213141516171819202122232425262728293031 |
- #ifndef __CHARSET_UTIL_H
- #define __CHARSET_UTIL_H
- #include <kopano/zcdefs.h>
- namespace KC {
- extern _kc_export bool forceUTF8Locale(bool output, std::string *prev_lcoale = nullptr);
- locale_t createUTF8Locale();
- }
- #endif
|