summaryrefslogtreecommitdiff
path: root/sal/textenc/converteuctw.c
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2001-11-19 16:46:37 +0000
committerStephan Bergmann <sb@openoffice.org>2001-11-19 16:46:37 +0000
commitc9687ae75202347c434448315eacbdbdaa4a67f5 (patch)
tree2bd839e46979d04f648a84b2680ca2619d7b06e0 /sal/textenc/converteuctw.c
parent5e5ba5e41b60d4a2b3b17e3c1fab803d43e33466 (diff)
#87140# Updated ImplHandleBadInputUnicodeToTextConversion() for state-switching encodings.
Diffstat (limited to 'sal/textenc/converteuctw.c')
-rw-r--r--sal/textenc/converteuctw.c14
1 files changed, 10 insertions, 4 deletions
diff --git a/sal/textenc/converteuctw.c b/sal/textenc/converteuctw.c
index e9e2367c4d00..1998e3076406 100644
--- a/sal/textenc/converteuctw.c
+++ b/sal/textenc/converteuctw.c
@@ -2,9 +2,9 @@
*
* $RCSfile: converteuctw.c,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sb $ $Date: 2001-10-17 14:28:23 $
+ * last change: $Author: sb $ $Date: 2001-11-19 17:46:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -441,7 +441,10 @@ sal_Size ImplConvertUnicodeToEucTw(ImplTextConverterData const * pData,
nFlags,
&pDestBufPtr,
pDestBufEnd,
- &nInfo))
+ &nInfo,
+ NULL,
+ 0,
+ NULL))
{
case IMPL_BAD_INPUT_STOP:
nHighSurrogate = 0;
@@ -474,7 +477,10 @@ sal_Size ImplConvertUnicodeToEucTw(ImplTextConverterData const * pData,
nFlags,
&pDestBufPtr,
pDestBufEnd,
- &nInfo))
+ &nInfo,
+ NULL,
+ 0,
+ NULL))
{
case IMPL_BAD_INPUT_STOP:
case IMPL_BAD_INPUT_CONTINUE: