misc/libphysfs/lzma/CPP/Common/UTFConvert.h
author Case_Of
Tue, 01 May 2018 14:08:28 -0400
changeset 13350 8fc15e73f59f
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Update of french frontend localisation

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