From: Adam Dickmeiss Date: Thu, 12 Jun 2008 09:13:08 +0000 (+0200) Subject: Added test for utf-8 decode reset X-Git-Tag: v3.0.32~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=5fa800e6ead7ceef916094cac7e9b7df71a3b324;hp=7e58901d8acda68f8155cda54b0fd3cb6d45f0da Added test for utf-8 decode reset --- 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); }