misc/libphysfs/lzma/CPP/Common/UTFConvert.h
author nemo
Fri, 05 Oct 2018 16:22:51 -0400
changeset 13864 f68bb13f7bc7
parent 12213 bb5522e88ab2
permissions -rw-r--r--
silly tmp var for sake of pas2c

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