mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-17 22:11:47 -06:00
3.13
This commit is contained in:
13
Common/UTFConvert.h
Executable file
13
Common/UTFConvert.h
Executable file
@@ -0,0 +1,13 @@
|
||||
// Common/UTFConvert.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __COMMON_UTFCONVERT_H
|
||||
#define __COMMON_UTFCONVERT_H
|
||||
|
||||
#include "Common/String.h"
|
||||
|
||||
bool ConvertUTF8ToUnicode(const AString &utfString, UString &resultString);
|
||||
void ConvertUnicodeToUTF8(const UString &unicodeString, AString &resultString);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user