X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftsticonv.c;h=e52b95e235ecf87d73282433c7ccf44026e11184;hb=42c3fe90f5347870131d2da2203502aab34f0a7c;hp=79410137e869b1f5d79e833a7e599f8b6a1a8c0a;hpb=41f87f5dc9c06c045eb94157dbd4009ad52bc02a;p=yaz-moved-to-github.git diff --git a/test/tsticonv.c b/test/tsticonv.c index 7941013..e52b95e 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.21 2006-08-27 19:04:03 adam Exp $ + * $Id: tsticonv.c,v 1.22 2006-08-30 20:14:56 adam Exp $ */ #if HAVE_CONFIG_H @@ -455,7 +455,7 @@ static void tst_utf8_to_marc8() /** Ideographic question mark (Unicode FF1F) */ YAZ_CHECK(tst_convert(cd, "\xEF\xBC\x9F" "o", /* UTF-8 */ - "\033(1" "\x21\x2B\x3B" "\033(B" "o" )); + "\033$1" "\x21\x2B\x3B" "\033(B" "o" )); /** Superscript 0 . bug #642 */