From 5fa800e6ead7ceef916094cac7e9b7df71a3b324 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 12 Jun 2008 11:13:08 +0200 Subject: [PATCH 1/1] Added test for utf-8 decode reset --- test/tsticonv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tsticonv.c b/test/tsticonv.c index 200c5b9..20424d6 100644 --- a/test/tsticonv.c +++ b/test/tsticonv.c @@ -600,6 +600,7 @@ static void tst_utf8_to_marc8(const char *marc8_type) #endif YAZ_CHECK(strcmp("\033p0\x1bs", outbuf0) == 0); } + yaz_iconv(cd, 0, 0, 0, 0); yaz_iconv_close(cd); } -- 1.7.10.4