X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftsticonv.c;h=79410137e869b1f5d79e833a7e599f8b6a1a8c0a;hp=b376aad28b9cc0e6f6c68602fe242e3bdc3d26b1;hb=41f87f5dc9c06c045eb94157dbd4009ad52bc02a;hpb=1188462f8e71086cd6792f7bacf76a37cad499c4 diff --git a/test/tsticonv.c b/test/tsticonv.c index b376aad..7941013 100644 --- a/test/tsticonv.c +++ b/test/tsticonv.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: tsticonv.c,v 1.20 2006-05-09 21:37:03 adam Exp $ + * $Id: tsticonv.c,v 1.21 2006-08-27 19:04:03 adam Exp $ */ #if HAVE_CONFIG_H @@ -457,6 +457,13 @@ static void tst_utf8_to_marc8() "\xEF\xBC\x9F" "o", /* UTF-8 */ "\033(1" "\x21\x2B\x3B" "\033(B" "o" )); + + /** Superscript 0 . bug #642 */ + YAZ_CHECK(tst_convert(cd, + "(\xe2\x81\xb0)", /* UTF-8 */ + "(\033p0\x1bs)")); + + yaz_iconv_close(cd); }