Skip to content

Commit 8348f84

Browse files
[[ Bug 14413 ]] Remove ConvertCStringFromNativeToUTF8 (and opposite) from libexternal/include/support.h
1 parent b51d0f0 commit 8348f84

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

libexternal/include/revolution/support.h

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,4 @@ char *os_path_from_native(const char *p_native_path);
4949
// Resolves a native path into an absolute path, e.g. by expanding "~" etc.
5050
char *os_path_resolve(const char *p_native_path);
5151

52-
53-
// SN-2015-03-10:[[ Bug 14413 ]] Added UTF-8 conversion functions
54-
55-
// Parameters:
56-
// p_utf8_string : pointer to UTF-8 encoded string.
57-
// Returns:
58-
// a pointer to the native-encoded string. Must be freed by the caller
59-
// Semantics:
60-
// Converts a UTF-8 encoded srting into a Native string
61-
char *ConvertCStringFromUTF8ToNative(const char* p_utf8_path, int *r_success);
62-
63-
// Parameters:
64-
// p_native_string : pointer to native-encoded string.
65-
// Returns:
66-
// a pointer to the UTF-8 encoded string. Must be freed by the caller
67-
// Semantics:
68-
// Converts a native srting into a UTF-8 encoded string
69-
char *ConvertCStringFromNativeToUTF8(const char* p_native_string, int *r_success);
70-
7152
#endif

0 commit comments

Comments
 (0)