aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/UTFConvert.h
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Common/UTFConvert.h')
-rw-r--r--[-rwxr-xr-x]CPP/Common/UTFConvert.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/CPP/Common/UTFConvert.h b/CPP/Common/UTFConvert.h
index d553101..601b674 100755..100644
--- a/CPP/Common/UTFConvert.h
+++ b/CPP/Common/UTFConvert.h
@@ -1,10 +1,11 @@
// Common/UTFConvert.h
-#ifndef __COMMON_UTFCONVERT_H
-#define __COMMON_UTFCONVERT_H
+#ifndef __COMMON_UTF_CONVERT_H
+#define __COMMON_UTF_CONVERT_H
#include "MyString.h"
+bool CheckUTF8(const char *src) throw();
bool ConvertUTF8ToUnicode(const AString &utfString, UString &resultString);
bool ConvertUnicodeToUTF8(const UString &unicodeString, AString &resultString);