other-licenses/7zstub/src/Common/UTFConvert.h

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 // Common/UTFConvert.h
     3 #ifndef __COMMON_UTFCONVERT_H
     4 #define __COMMON_UTFCONVERT_H
     6 #include "Common/String.h"
     8 bool ConvertUTF8ToUnicode(const AString &utfString, UString &resultString);
     9 bool ConvertUnicodeToUTF8(const UString &unicodeString, AString &resultString);
    11 #endif

mercurial