misc/libphysfs/lzma/CPP/Common/UTFConvert.h
author unc0rr
Thu, 08 Mar 2018 23:28:58 +0100
changeset 13132 52178e8ffdfc
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Fix new binds system for real

// Common/UTFConvert.h

#ifndef __COMMON_UTFCONVERT_H
#define __COMMON_UTFCONVERT_H

#include "MyString.h"

bool ConvertUTF8ToUnicode(const AString &utfString, UString &resultString);
bool ConvertUnicodeToUTF8(const UString &unicodeString, AString &resultString);

#endif