misc/libphysfs/lzma/CPP/Common/UTFConvert.h
changeset 13881 99b265e0d1d0
parent 13880 5f819b90d479
child 13882 b172a5d40eee
equal deleted inserted replaced
13880:5f819b90d479 13881:99b265e0d1d0
     1 // Common/UTFConvert.h
       
     2 
       
     3 #ifndef __COMMON_UTFCONVERT_H
       
     4 #define __COMMON_UTFCONVERT_H
       
     5 
       
     6 #include "MyString.h"
       
     7 
       
     8 bool ConvertUTF8ToUnicode(const AString &utfString, UString &resultString);
       
     9 bool ConvertUnicodeToUTF8(const UString &unicodeString, AString &resultString);
       
    10 
       
    11 #endif