summaryrefslogtreecommitdiff
path: root/sal/textenc/tcvtuni1.tab
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 15:47:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 15:47:28 +0000
commite6611cc2ef5960e9f32c56da44fafd02446f53e6 (patch)
tree6358ced419ac9412ae39cbb7032f602ff0e7de7c /sal/textenc/tcvtuni1.tab
parent243a97038bdab8f2ec448df19c88ac2638035531 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'sal/textenc/tcvtuni1.tab')
-rw-r--r--sal/textenc/tcvtuni1.tab24
1 files changed, 14 insertions, 10 deletions
diff --git a/sal/textenc/tcvtuni1.tab b/sal/textenc/tcvtuni1.tab
index e7a3247f4851..29fad070d8a4 100644
--- a/sal/textenc/tcvtuni1.tab
+++ b/sal/textenc/tcvtuni1.tab
@@ -2,9 +2,9 @@
*
* $RCSfile: tcvtuni1.tab,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: sb $ $Date: 2002-10-04 13:37:06 $
+ * last change: $Author: hr $ $Date: 2003-03-26 16:47:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,6 +59,10 @@
*
************************************************************************/
+#ifndef INCLUDED_RTL_TEXTENC_CONTEXT_H
+#include "context.h"
+#endif
+
/* Unicode Encodings */
static ImplTextEncodingData const aImplUTF7TextEncodingData
@@ -86,14 +90,14 @@ static ImplTextEncodingData const aImplUTF7TextEncodingData
static ImplTextEncodingData const aImplUTF8TextEncodingData
= { { NULL,
- ImplUTF8ToUnicode,
- ImplUnicodeToUTF8,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL },
+ &ImplConvertUtf8ToUnicode,
+ &ImplConvertUnicodeToUtf8,
+ &ImplCreateUtf8ToUnicodeContext,
+ &ImplDestroyContext,
+ &ImplResetUtf8ToUnicodeContext,
+ &ImplCreateUnicodeToUtf8Context,
+ &ImplDestroyContext,
+ &ImplResetUnicodeToUtf8Context },
1,
6,
1,