misc/libphysfs/lzma/CPP/Common/UTFConvert.h
author Wuzzy <almikes@aol.com>
Thu, 15 Jun 2017 15:50:23 +0200
changeset 12430 c461a224ec09
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Mutant: Fix turn skip of next hog after mutating when TurnTimeLeft = 0

// 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