|
|
@@ -66,6 +66,8 @@ UTF16* createUTF16string( const UTF8 *unistring);
|
|
|
|
|
|
UTF8* createUTF8string( const UTF16 *unistring);
|
|
|
|
|
|
+void UTF16ClearCache();
|
|
|
+
|
|
|
//-----------------------------------------------------------------------------
|
|
|
/// Functions that convert buffers of unicode code points, into a provided buffer.
|
|
|
/// - These functions are useful for working on existing buffers.
|
|
|
@@ -138,4 +140,4 @@ const UTF8* getNthCodepoint(const UTF8 *unistring, const U32 n);
|
|
|
bool chompUTF8BOM( const char *inString, char **outStringPtr );
|
|
|
bool isValidUTF8BOM( U8 bom[4] );
|
|
|
|
|
|
-#endif // _UNICODE_H_
|
|
|
+#endif // _UNICODE_H_
|