diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-26 15:47:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-26 15:47:28 +0000 |
commit | 070366678884f484afbb59f662480fe1fc83366a (patch) | |
tree | 81cbe7c7a22fbd2649fa68ae9481b0e5e434e75d /sal/textenc/tcvtuni1.tab | |
parent | ffbf48d7ef5014de3633a4780c71a889fbde14dc (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'sal/textenc/tcvtuni1.tab')
-rw-r--r-- | sal/textenc/tcvtuni1.tab | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/sal/textenc/tcvtuni1.tab b/sal/textenc/tcvtuni1.tab index e7a3247f4..29fad070d 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, |