Imported Upstream version 9.20
[platform/upstream/7zip.git] / CPP / Common / UTFConvert.h
1 // Common/UTFConvert.h\r
2 \r
3 #ifndef __COMMON_UTFCONVERT_H\r
4 #define __COMMON_UTFCONVERT_H\r
5 \r
6 #include "MyString.h"\r
7 \r
8 bool ConvertUTF8ToUnicode(const AString &utfString, UString &resultString);\r
9 bool ConvertUnicodeToUTF8(const UString &unicodeString, AString &resultString);\r
10 \r
11 #endif\r