File tree Expand file tree Collapse file tree
libexternal/include/revolution Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
5050char * 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
You can’t perform that action at this time.
0 commit comments