From 03b7cf6c23d28f8762eeb6bb4e415c52b2ebfc4e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 3 Jan 2005 12:10:23 +0000 Subject: [PATCH] Use UTF-8 char in search --- test/xpath/xpath3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/xpath/xpath3.c b/test/xpath/xpath3.c index e34aedf..f63c5f7 100644 --- a/test/xpath/xpath3.c +++ b/test/xpath/xpath3.c @@ -1,5 +1,5 @@ -/* $Id: xpath3.c,v 1.2 2004-12-15 13:07:07 adam Exp $ +/* $Id: xpath3.c,v 1.3 2005-01-03 12:10:23 adam Exp $ Copyright (C) 2003,2004 Index Data Aps @@ -48,7 +48,7 @@ int main(int argc, char **argv) q("@attr 1=/root/first content",1); q("@attr {1=/root/first[@attr='danish']} content",1); q("@attr {1=/root/second[@attr='danish lake']} content",1); - /*q("@attr {1=/root/third[@attr='dansk sø']} content",1); */ + q("@attr {1=/root/third[@attr='dansk s\xc3\xb8']} content",1); /* FIXME - This triggers bug200 */ return close_down(zh, zs, 0); -- 1.7.10.4