From e6611cc2ef5960e9f32c56da44fafd02446f53e6 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 26 Mar 2003 15:47:28 +0000 Subject: MWS_SRX644: migrate branch mws_srx644 -> HEAD --- sal/textenc/tcvtuni1.tab | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'sal/textenc/tcvtuni1.tab') 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, -- cgit